Changeset 1062 for XIOS/trunk


Ignore:
Timestamp:
02/23/17 17:32:17 (7 years ago)
Author:
ymipsl
Message:

Bug fix in interpolation for cell boundaries generation.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/domain.cpp

    r995 r1062  
    590590    else 
    591591    { 
    592       if (bounds_lat_start.isEmpty()) bounds_lon_start=-90. ; 
     592      if (bounds_lat_start.isEmpty()) bounds_lat_start=-90. ; 
    593593      if (bounds_lat_end.isEmpty()) bounds_lat_end=90 ; 
    594594    } 
Note: See TracChangeset for help on using the changeset viewer.