Ignore:
Timestamp:
08/28/20 11:24:57 (5 years ago)
Author:
Mathieu Morlighem
Message:

CHG: renaming MARSHALL Enums

File:
1 edited

Legend:

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

    r25379 r25497  
    103103void      Matestar::Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ /*{{{*/
    104104
    105         if(marshall_direction==MARSHALLING_BACKWARD)helement=new Hook();
     105        if(marshall_direction==MARSHALLING_LOAD)helement=new Hook();
    106106
    107107        MARSHALLING_ENUM(MatestarEnum);
Note: See TracChangeset for help on using the changeset viewer.