Changeset 13222
- Timestamp:
- 09/02/12 21:55:14 (13 years ago)
- File:
-
- 1 edited
-
issm/trunk-jpl/src/c/classes/IoModel.cpp (modified) (1 diff)
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 *pmatrix=xNew<IssmDouble>(M*N);701 for (int i=0;i<M*N;++i) (*pmatrix)[i]=matrix[i];702 xDelete<IssmPDouble>(matrix);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.
![(please configure the [header_logo] section in trac.ini)](/trac/issm/chrome/common/trac_banner.png)