Changeset 476
- Timestamp:
- 05/18/09 12:30:43 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/io/SerialFetchData.cpp
r465 r476 27 27 int outdataset_size; 28 28 29 double* outmatrix ;30 Mat outpetscmatrix ;29 double* outmatrix=NULL; 30 Mat outpetscmatrix=NULL; 31 31 double* outmatrix_workspace=NULL;; 32 32 int outmatrix_rows,outmatrix_cols; 33 33 int petsc; 34 34 35 double* outvector ;36 Vec outpetscvector ;35 double* outvector=NULL; 36 Vec outpetscvector=NULL; 37 37 double* outvector_workspace=NULL; 38 38 int outvector_rows;
Note:
See TracChangeset
for help on using the changeset viewer.