Changeset 4174 for issm/trunk/src/mex/VerticesDof/VerticesDof.cpp
- Timestamp:
- 06/23/10 14:49:50 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/mex/VerticesDof/VerticesDof.cpp
r4173 r4174 15 15 16 16 /* output datasets: */ 17 Vec *partition=NULL;18 Vec *tpartition=NULL;17 Vec partition=NULL; 18 Vec tpartition=NULL; 19 19 20 20 /*Boot module: */ … … 32 32 33 33 /*partition and tpartition should be incremented by 1: */ 34 VecShift(partition ->vector,1.0); //matlab indexing starts at 1.35 VecShift(tpartition ->vector,1.0);34 VecShift(partition,1.0); //matlab indexing starts at 1. 35 VecShift(tpartition,1.0); 36 36 37 37 /*write output datasets: */
Note:
See TracChangeset
for help on using the changeset viewer.