Changeset 23575
- Timestamp:
- 12/27/18 20:48:41 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Nodes.cpp
r23574 r23575 108 108 MARSHALLING(test); 109 109 if(test!=num_procs) _error_("number of cores is not the same as before"); 110 /* 110 111 MARSHALLING_DYNAMIC(this->common_recv,int,num_procs); 111 112 MARSHALLING_DYNAMIC(this->common_send,int,num_procs); … … 118 119 MARSHALLING_DYNAMIC(this->common_send_ids[i],int,this->common_send[i]); 119 120 } 121 */ 120 122 DataSet::Marshall(pmarshalled_data,pmarshalled_data_size,marshall_direction); 121 123 }
Note:
See TracChangeset
for help on using the changeset viewer.