Ignore:
Timestamp:
04/19/11 15:06:51 (13 years ago)
Author:
hozdoba
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/dev_rv/src/xmlio/output/nc4_data_output.cpp

    r157 r180  
    124124 
    125125               this->writeMaskAttributes(maskid, 
    126                   domain->data_dim.getValue(), 
     126                  domain->data_dim.getValue()/*, 
    127127                  domain->data_ni.getValue(), 
    128128                  domain->data_nj.getValue(), 
    129129                  domain->data_ibegin.getValue(), 
    130                   domain->data_jbegin.getValue()); 
     130                  domain->data_jbegin.getValue()*/); 
    131131 
    132132               SuperClassWriter::definition_end(); 
Note: See TracChangeset for help on using the changeset viewer.