Ignore:
Timestamp:
09/15/15 17:31:06 (9 years ago)
Author:
mhnguyen
Message:

Integrating remap library into XIOS

+) Change name of some files of remap library to be compatible with XIOS
+) Implement function to fill in automatically boundary longitude and latitude

Test
+) On Curie
+) test_remap correct

File:
1 edited

Legend:

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

    r652 r688  
    1 #ifndef __TIMER_HPP__ 
    2 #define __TIMER_HPP__ 
     1#ifndef __XIOS_TIMER_HPP__ 
     2#define __XIOS_TIMER_HPP__ 
    33 
    44#include <string> 
     
    1414      bool suspended; 
    1515      std::string name; 
    16        
     16 
    1717      CTimer(const std::string& name); 
    1818      void suspend(void); 
Note: See TracChangeset for help on using the changeset viewer.