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/Node.cpp

    r23980 r25481  
    258258        MARSHALLING(indexingupdate);
    259259        MARSHALLING(analysis_enum);
    260         MARSHALLING_ARRAY(coord_system,IssmDouble,9);
     260       
     261        for(int k=0;k<3;k++) for(int l=0;l<3;l++) MARSHALLING(coord_system[k][l]);
    261262
    262263        MARSHALLING(gsize);
Note: See TracChangeset for help on using the changeset viewer.