Ignore:
Timestamp:
11/09/12 17:23:42 (11 years ago)
Author:
ymipsl
Message:

-Add min_digits attribute
-Add global attribute to be compatible with IOIPSL rebuild

YM

File:
1 edited

Legend:

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

    r352 r391  
    6363      } 
    6464 
     65      void CDataOutput::writeTimeDimension(void) 
     66      { 
     67         this->writeTimeDimension_(); 
     68      } 
     69 
    6570      //---------------------------------------------------------------- 
    6671 
     
    8792         CGrid* grid = CGrid::get(field->grid_ref.getValue()); 
    8893         CDomain* domain = CDomain::get(grid->domain_ref.getValue()); 
    89              
    90 //         if (domain->isEmpty()) return; 
    9194         this->writeFieldData_(field); 
    9295      } 
Note: See TracChangeset for help on using the changeset viewer.