Changeset 888 for trunk/UTIL/NCL
- Timestamp:
- Feb 18, 2013, 2:56:41 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/NCL/planeto.ncl
r808 r888 137 137 ; A REVOIR !!! 138 138 ; !! stupid bug, due to precision when time axis in double in file... 139 ;if ((ntcutmin.eq.0).and.(ntcutmax.eq.0)) then140 ; mindimval(index)=mindimval(index)*1.000001141 ; maxdimval(index)=maxdimval(index)*1.000001142 ;end if139 if ((ntcutmin.eq.0).and.(ntcutmax.eq.0)) then 140 mindimval(index)=mindimval(index)*0 141 maxdimval(index)=maxdimval(index)*1.1 142 end if 143 143 ; !! stupid bug, due to precision when time axis in double in file... 144 144 else
Note: See TracChangeset
for help on using the changeset viewer.