Ignore:
Timestamp:
05/12/20 11:52:13 (4 years ago)
Author:
ymipsl
Message:

XIOS coupling branch
Some updates.

First coupling test is beginning to work...

YM

File:
1 edited

Legend:

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

    r1622 r1875  
    4949typedef std::size_t        StdSize; 
    5050 
    51 typedef  unsigned short int   ushort; 
    52 typedef  unsigned int         uint; 
    53 typedef  unsigned long int    ulong; 
     51typedef  unsigned short int      ushort; 
     52typedef  unsigned int            uint; 
     53typedef  unsigned long int       ulong; 
     54typedef  long long int           longlong; 
     55typedef  unsigned long long int  ulonglong; 
    5456 
    5557const size_t stringArrayLen=255 ; 
Note: See TracChangeset for help on using the changeset viewer.