Changeset 13222
- Timestamp:
- 09/02/12 21:55:14 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/IoModel.cpp
r13216 r13222 698 698 MPI_Bcast(matrix,M*N,MPI_DOUBLE,0,MPI_COMM_WORLD); 699 699 #endif 700 701 702 700 *pmatrix=xNew<IssmDouble>(M*N); 701 for (int i=0;i<M*N;++i) (*pmatrix)[i]=matrix[i]; 702 xDelete<IssmPDouble>(matrix); 703 703 } 704 704 else
Note:
See TracChangeset
for help on using the changeset viewer.