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/output/onetcdf4_decl.cpp

    r352 r369  
    44{ 
    55# define  macro(type,size) \ 
    6   template void CONetCDF4::writeData<type,size>(const ARRAY(type, size) data, const StdString & name, \ 
     6  template void CONetCDF4::writeData<type,size>(const CArray<type, size>& data, const StdString & name, \ 
    77                                               bool collective, StdSize record, \ 
    88                                               const std::vector<StdSize> * start, \ 
Note: See TracChangeset for help on using the changeset viewer.