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/node/file.cpp

    r382 r391  
    257257              int width=0 ; int n=commSize-1 ; 
    258258              while(n != 0) { n=n/10 ; width++ ;} 
     259              if (!min_digits.isEmpty())  
     260                if (width<min_digits) width=min_digits ; 
    259261              oss.width(width) ; 
    260262              oss.fill('0') ; 
     
    287289            this->data_out->writeFieldGrid(field); 
    288290         } 
     291         this->data_out->writeTimeDimension(); 
    289292          
    290293         for (it = this->enabledFields.begin() ;it != end; it++) 
Note: See TracChangeset for help on using the changeset viewer.