Ignore:
Timestamp:
10/16/12 13:04:44 (12 years ago)
Author:
ymipsl
Message:

Major Update

  • redesign Type and attribute manipulation
  • add enumerate type and attribute
  • use blitz class array instead of boost class array

YM

File:
1 edited

Legend:

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

    r352 r369  
    99  template class CAttributeTemplate<bool> ; 
    1010  template class CAttributeTemplate<string> ; 
    11   template class CAttributeTemplate< ARRAY(double,1) > ; 
    12   template class CAttributeTemplate< ARRAY(int,1) > ; 
    13   template class CAttributeTemplate< ARRAY(bool,2) > ;} 
     11} 
Note: See TracChangeset for help on using the changeset viewer.