Changeset 454 for XIOS/trunk


Ignore:
Timestamp:
01/10/14 16:07:42 (10 years ago)
Author:
aclsce
Message:

Fixed a small bug : problem encountered with ORCHIDEE regular grid.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/output/nc4_data_output.cpp

    r450 r454  
    604604         } 
    605605 
    606          if ( domain->type == CDomain::type_attr::curvilinear || type == CDomain::type_attr::regular)dims.push_back(dimYid); 
     606         if ( domain->type == CDomain::type_attr::curvilinear || domain->type == CDomain::type_attr::regular)dims.push_back(dimYid); 
    607607         dims.push_back(dimXid); 
    608608           
Note: See TracChangeset for help on using the changeset viewer.