Changeset 18744
- Timestamp:
- 11/05/14 16:57:46 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/LevelsetAnalysis.cpp
r18742 r18744 100 100 101 101 /*Intermediaries */ 102 int dim, domaintype, iscalvingrate; 102 int dim, domaintype; 103 bool iscalvingrate; 103 104 int i, row, col; 104 105 IssmDouble kappa; … … 227 228 228 229 /* Stabilization */ 229 int stabilization= 1;230 int stabilization=2; 230 231 vel=0.; 231 232 for(i=0;i<dim;i++) vel+=w[i]*w[i];
Note:
See TracChangeset
for help on using the changeset viewer.