Changeset 25872


Ignore:
Timestamp:
12/14/20 15:01:58 (4 years ago)
Author:
Mathieu Morlighem
Message:

CHG: minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/m/contrib/morlighem/modeldata/InterpFromGrid.cpp ΒΆ

    r23874 r25872  
    243243
    244244                                if(n0<0 || n3>=dataN || m0<0 || m3>=dataM){
    245                                         interp[idx] = -9999;
     245                                        interp[idx] = -9999.;
    246246                                        continue;
    247247                                }
Note: See TracChangeset for help on using the changeset viewer.