Ignore:
Timestamp:
08/26/20 19:25:33 (5 years ago)
Author:
schlegel
Message:

CHG: remove array marshalling, only use dyanmic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Params/TransientArrayParam.cpp

    r22732 r25481  
    8585                timesteps = xNew<IssmDouble>(N);
    8686        }
    87         MARSHALLING_ARRAY(values,IssmDouble,M*N);
    88         MARSHALLING_ARRAY(timesteps,IssmDouble,N);
     87        MARSHALLING_DYNAMIC(values,IssmDouble,M*N);
     88        MARSHALLING_DYNAMIC(timesteps,IssmDouble,N);
    8989
    9090}/*}}}*/
Note: See TracChangeset for help on using the changeset viewer.