Changeset 13938
- Timestamp:
- 11/12/12 11:55:44 (12 years ago)
- Location:
- issm/trunk-jpl/src/c
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/FemModel.cpp
r13925 r13938 353 353 Vector<IssmDouble> *df = NULL; 354 354 355 bool oldalloc= true;355 bool oldalloc=false; 356 356 357 357 /*retrieve parameters: */ -
issm/trunk-jpl/src/c/modules/Reducevectorgtofx/Reducevectorgtofx.cpp
r13925 r13938 15 15 int fsize; 16 16 IssmDouble *ug_serial = NULL; 17 bool oldalloc = true;17 bool oldalloc = false; 18 18 19 19 /*first figure out fsize: */
Note:
See TracChangeset
for help on using the changeset viewer.