Changeset 20053
- Timestamp:
- 02/02/16 19:13:27 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Tria.cpp
r20037 r20053 3627 3627 //Elastic component (from Eq 17 in Adhikari et al, GMD 2015) 3628 3628 if(computeelastic){ 3629 int index=reCast<int,IssmDouble>(alpha/PI* (M-1));3629 int index=reCast<int,IssmDouble>(alpha/PI*reCast<IssmDouble,int>(M-1)); 3630 3630 G_elastic += G_elastic_precomputed[index]; 3631 3631 }
Note:
See TracChangeset
for help on using the changeset viewer.