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
  • TabularUnified issm/trunk-jpl/src/c/classes/Params/DoubleMatArrayParam.cpp ΒΆ

    r23066 r25497  
    125125                MARSHALLING_DYNAMIC(mdim_array,int,M);
    126126                MARSHALLING_DYNAMIC(ndim_array,int,M);
    127                 if(marshall_direction==MARSHALLING_BACKWARD && M) array=xNew<IssmDouble*>(M);
     127                if(marshall_direction==MARSHALLING_LOAD && M) array=xNew<IssmDouble*>(M);
    128128                for(int i=0;i<M;i++){
    129129                        MARSHALLING_DYNAMIC(array[i],IssmDouble,mdim_array[i]*ndim_array[i]);
Note: See TracChangeset for help on using the changeset viewer.