Ignore:
Timestamp:
09/02/15 09:36:11 (9 years ago)
Author:
rlacroix
Message:

Fix compilation.

I forgot to "git add" some changes...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/zoom_axis.cpp

    r680 r681  
    4343        || zoom_size < 1 || zoom_size > axisGlobalSize || zoom_begin > zoom_end) 
    4444      ERROR("CZoomAxis::checkValid(CAxis* axisDest)", 
    45             << "One or more attributes among 'zoom_begin' (" << zoom_begin.getValue() << "), 'zoom_end' (" << zoom_end.getValue() << "), 'zoom_size' (" << zoom_size.getValue() << ") " 
     45            << "One or more attributes among 'zoom_begin' (" << zoom_begin << "), 'zoom_end' (" << zoom_end << "), 'zoom_size' (" << zoom_size << ") " 
    4646            << "of axis transformation [ id = '" << axisDest->getId() << "' , context = '" << CObjectFactory::GetCurrentContextId() << "' ] are not well specified"); 
    4747 
Note: See TracChangeset for help on using the changeset viewer.