Changeset 22631
- Timestamp:
- 03/26/18 12:00:53 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Tria.cpp
r22628 r22631 2809 2809 IssmDouble highbound = 1. -sqrt((boxid_max-i-1.)/boxid_max); 2810 2810 if(rel_dist_gl>=lowbound && rel_dist_gl<=highbound){ 2811 boxid= i;2811 boxid=reCast<int>(i); 2812 2812 break; 2813 2813 }
Note:
See TracChangeset
for help on using the changeset viewer.