Ignore:
Timestamp:
12/06/20 22:14:56 (4 years ago)
Author:
ymipsl
Message:

intermediate commit for new tranformation engine?
YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/xios_spl.hpp

    r1875 r1984  
    88#include <unordered_map> 
    99#include <memory> 
    10  
    1110// standard C 
    1211#include <cstring> 
    1312#include <cstdlib> 
     13 
    1414#include <cmath> 
     15// bug in cmath header => macro collision marco with DOMAIN 
     16#ifdef DOMAIN 
     17#undef DOMAIN 
     18#endif 
     19 
    1520#include <ctime> 
    1621 
     
    2429#include <queue> 
    2530#include <valarray> 
     31#include <tuple> 
     32 
    2633// Flux. 
    2734#include <iostream> 
     
    3239#include <boost/cast.hpp> 
    3340#include <boost/current_function.hpp> 
     41 
    3442/// Map /// 
    3543#define xios_map std::map 
     
    6169#include "log.hpp" 
    6270using namespace std; 
    63 using namespace boost ; 
    64  
     71//using namespace boost ; 
    6572 
    6673#endif //__XIOS_SPL__ 
Note: See TracChangeset for help on using the changeset viewer.