Changeset 591 for XIOS/trunk/src/input


Ignore:
Timestamp:
04/29/15 14:46:01 (9 years ago)
Author:
rlacroix
Message:

Remove leftovers from the XMLIO age.

Location:
XIOS/trunk/src/input
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/input/inetcdf4.hpp

    r501 r591  
    1 #ifndef __XMLIO_INETCDF4__ 
    2 #define __XMLIO_INETCDF4__ 
    3  
    4 /// xios headers /// 
    5 #include "xmlioserver_spl.hpp" 
     1#ifndef __XIOS_INETCDF4__ 
     2#define __XIOS_INETCDF4__ 
     3 
     4/// XIOS headers /// 
     5#include "xios_spl.hpp" 
    66#include "exception.hpp" 
    77#include "array_new.hpp" 
     
    231231      ///-------------------------------------------------------------- 
    232232 
    233 } // namespace xmlioserver 
    234  
    235 #endif //__XMLIO_INETCDF4__ 
     233} // namespace xios 
     234 
     235#endif //__XIOS_INETCDF4__ 
  • XIOS/trunk/src/input/nc4_data_input.hpp

    r501 r591  
    1 #ifndef __XMLIO_NC4_DATA_INPUT__ 
    2 #define __XMLIO_NC4_DATA_INPUT__ 
     1#ifndef __XIOS_NC4_DATA_INPUT__ 
     2#define __XIOS_NC4_DATA_INPUT__ 
    33 
    4 /// xmlioserver headers /// 
    5 #include "xmlioserver_spl.hpp" 
     4/// XIOS headers /// 
     5#include "xios_spl.hpp" 
    66#include "inetcdf4.hpp" 
    77 
     
    2626} // namespace xios 
    2727 
    28 #endif //__XMLIO_NC4_DATA_INPUT__ 
     28#endif //__XIOS_NC4_DATA_INPUT__ 
Note: See TracChangeset for help on using the changeset viewer.