Changeset 27690
- Timestamp:
- 04/11/23 12:37:07 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/InterpFromMesh2dx/InterpFromMesh2dxt.cpp
r22731 r27690 76 76 77 77 /*is the current point in the current element?*/ 78 if (area_1>= 0 && area_2>=0 && area_3>=0){78 if (area_1>=-1.e-8 && area_2>=-1.e-8 && area_3>=-1.e-8){ 79 79 80 80 /*Yes ! compute the value on the point*/
Note:
See TracChangeset
for help on using the changeset viewer.