Ignore:
Timestamp:
09/21/16 14:35:03 (8 years ago)
Author:
mhnguyen
Message:

Adding Fortran interface for high-dimension grid (up to 7)

+) Add check mask for high-dimension grid
+) Add Fortran interface for send_field, recv_field

Test
+) On Curie
+) Work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/attribute_array_decl.cpp

    r664 r932  
    1313  template class CAttributeArray<bool,2> ; 
    1414  template class CAttributeArray<bool,3> ; 
    15 //  template class CAttributeArray<bool,4> ; 
    16 //  template class CAttributeArray<bool,5> ; 
    17 //  template class CAttributeArray<bool,6> ; 
    18 //  template class CAttributeArray<bool,7> ; 
     15  template class CAttributeArray<bool,4> ; 
     16  template class CAttributeArray<bool,5> ; 
     17  template class CAttributeArray<bool,6> ; 
     18  template class CAttributeArray<bool,7> ; 
    1919} 
Note: See TracChangeset for help on using the changeset viewer.