Ignore:
Timestamp:
02/10/17 10:32:55 (8 years ago)
Author:
Mathieu Morlighem
Message:

NEW: added Higher order finite elements for enthalpy

File:
1 edited

Legend:

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

    r20978 r21542  
    656656                                                this->AddConstant(new IoConstant(StringToEnumx(string),record_name));
    657657                                        } else if(strcmp(record_name,"md.flowequation.fe_FS")==0){
     658                                                this->AddConstant(new IoConstant(StringToEnumx(string),record_name));
     659                                        } else if(strcmp(record_name,"md.thermal.fe")==0){
    658660                                                this->AddConstant(new IoConstant(StringToEnumx(string),record_name));
    659661                                        } else if(strcmp(record_name,"md.groundingline.migration")==0){
     
    797799                                                } else if(strcmp(record_name,"md.flowequation.fe_FS")==0){
    798800                                                        this->AddConstant(new IoConstant(StringToEnumx(string),record_name));
     801                                                } else if(strcmp(record_name,"md.thermal.fe")==0){
     802                                                        this->AddConstant(new IoConstant(StringToEnumx(string),record_name));
    799803                                                } else if(strcmp(record_name,"md.groundingline.migration")==0){
    800804                                                        this->AddConstant(new IoConstant(StringToEnumx(string),record_name));
Note: See TracChangeset for help on using the changeset viewer.