Ignore:
Timestamp:
02/11/15 16:23:02 (9 years ago)
Author:
mhnguyen
Message:

Redesigning grid structure

+) Add an intermediate class to calculate distribution on client and servers
+) Change all index of attributes to zero (0), instead of one(1)

Test
+) On Curie
+) Test new features passes but some data are still shifted

File:
1 edited

Legend:

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

    r501 r551  
    99  template class CAttributeArray<int,1> ; 
    1010  template class CAttributeArray<int,2> ; 
     11  template class CAttributeArray<bool,1> ; 
    1112  template class CAttributeArray<bool,2> ; 
    1213  template class CAttributeArray<bool,3> ; 
Note: See TracChangeset for help on using the changeset viewer.