Changeset 17282
- Timestamp:
- 02/14/14 09:24:58 (11 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/c/analyses/LevelsetAnalysis.cpp ¶
r17261 r17282 150 150 151 151 /* Stabilization */ 152 int stabilization= 1;152 int stabilization=2; 153 153 switch(stabilization){ 154 154 case 0: … … 198 198 xDelete<IssmDouble>(Bprime); 199 199 delete gauss; 200 201 // Ke->Echo();202 200 return Ke; 203 201 }/*}}}*/
Note:
See TracChangeset
for help on using the changeset viewer.