Changeset 23437


Ignore:
Timestamp:
10/30/18 15:29:33 (6 years ago)
Author:
schlegel
Message:

CHG: add effective pressure for dakota

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/shared/io/Marshalling/IoCodeConversions.cpp

    r23366 r23437  
    116116                const char* field = "md.friction.coefficient";
    117117                input_enum        = FrictionCoefficientEnum;
     118                fieldname=xNew<char>((strlen(field)+1)); xMemCpy<char>(fieldname,field,(strlen(field)+1));
     119        }
     120        else if(strcmp(string_in,"FrictionEffectivePressure")==0){
     121                const char* field = "md.friction.effective_pressure";
     122                input_enum        = FrictionEffectivePressureEnum;
    118123                fieldname=xNew<char>((strlen(field)+1)); xMemCpy<char>(fieldname,field,(strlen(field)+1));
    119124        }
Note: See TracChangeset for help on using the changeset viewer.