Changeset 23172


Ignore:
Timestamp:
08/24/18 10:19:32 (7 years ago)
Author:
Mathieu Morlighem
Message:

CHG: pick up correct interpolation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/IoModel.cpp

    r23167 r23172  
    667667                                                this->AddConstant(new IoConstant(StringToEnumx(string),record_name));
    668668                                        } else if(strcmp(record_name,"md.thermal.fe")==0){
     669                                                this->AddConstant(new IoConstant(StringToEnumx(string),record_name));
     670                                        } else if(strcmp(record_name,"md.levelset.fe")==0){
    669671                                                this->AddConstant(new IoConstant(StringToEnumx(string),record_name));
    670672                                        } else if(strcmp(record_name,"md.groundingline.migration")==0){
Note: See TracChangeset for help on using the changeset viewer.