Changeset 25255


Ignore:
Timestamp:
07/10/20 16:30:57 (5 years ago)
Author:
Eric.Larour
Message:

CHG: issue in the conversion of surface loads.

File:
1 edited

Legend:

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

    r25118 r25255  
    164164        }
    165165        else if(strcmp(string_in,"SurfaceloadIceThicknessChange")==0){
    166                 const char* field = "md.solidearth.surfaceload.iceheightchange";
     166                const char* field = "md.solidearth.surfaceload.icethicknesschange";
    167167                input_enum        = SurfaceloadIceThicknessChangeEnum;
    168168                fieldname=xNew<char>((strlen(field)+1)); xMemCpy<char>(fieldname,field,(strlen(field)+1));
Note: See TracChangeset for help on using the changeset viewer.