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

Remove leftovers from the XMLIO age.

File:
1 edited

Legend:

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

    r501 r591  
    1 #ifndef __XMLIO_CArray__ 
    2 #define __XMLIO_CArray__ 
     1#ifndef __XIOS_CArray__ 
     2#define __XIOS_CArray__ 
    33 
    44/// boost headers /// 
     
    77#include <boost/multi_array.hpp> 
    88 
    9 /// xios headers /// 
    10 #include "xmlioserver_spl.hpp" 
     9/// XIOS headers /// 
     10#include "xios_spl.hpp" 
    1111#include "buffer_in.hpp" 
    1212#include "buffer_out.hpp" 
     
    9191   template <typename ValueType> void FromBinary(StdIStream & is, ARRAY(ValueType, 3) & array) ; 
    9292} 
    93 #endif // __XMLIO_CArray__ 
     93#endif // __XIOS_CArray__ 
Note: See TracChangeset for help on using the changeset viewer.