Changeset 25976


Ignore:
Timestamp:
02/03/21 20:32:30 (4 years ago)
Author:
Mathieu Morlighem
Message:

BUG: corrected enum

File:
1 edited

Legend:

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

    r25975 r25976  
    125125        else if(strcmp(string_in,"FrictionC")==0 || strcmp(string_in,"md.friction.C")==0){
    126126                const char* field = "md.friction.C";
    127                 input_enum        = FrictionCoefficientEnum;
     127                input_enum        = FrictionCEnum;
    128128                fieldname=xNew<char>((strlen(field)+1)); xMemCpy<char>(fieldname,field,(strlen(field)+1));
    129129        }
Note: See TracChangeset for help on using the changeset viewer.