Changeset 18030
- Timestamp:
- 05/20/14 10:10:49 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/cores/controlvalidation_core.cpp
r18029 r18030 55 55 IssmDouble incr = -0.2; 56 56 IssmDouble exp1 = -8.; 57 int num = reCast<int >((exp1-exp0)/incr);57 int num = reCast<int,IssmDouble>((exp1-exp0)/incr); 58 58 59 59 /*Allocate output*/
Note:
See TracChangeset
for help on using the changeset viewer.