- Timestamp:
- 08/28/20 11:24:57 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/c/classes/Params/DoubleMatArrayParam.cpp ΒΆ
r23066 r25497 125 125 MARSHALLING_DYNAMIC(mdim_array,int,M); 126 126 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); 128 128 for(int i=0;i<M;i++){ 129 129 MARSHALLING_DYNAMIC(array[i],IssmDouble,mdim_array[i]*ndim_array[i]);
Note:
See TracChangeset
for help on using the changeset viewer.