Changeset 792 for XIOS


Ignore:
Timestamp:
11/19/15 16:55:16 (8 years ago)
Author:
rlacroix
Message:

Make sure that the ERROR macro can work everywhere.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/exception.hpp

    r591 r792  
    5252#endif 
    5353 
    54 #define ERROR(id, x)  CException(id).getStream() << INFO(x) 
     54#define ERROR(id, x) xios::CException(id).getStream() << INFO(x) 
    5555 
    5656#endif // __XIOS_CException__ 
Note: See TracChangeset for help on using the changeset viewer.