Changeset 21916
- Timestamp:
- 08/08/17 14:10:53 (8 years ago)
- Location:
- issm/trunk-jpl/src/c/classes/Elements
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Penta.cpp
r21886 r21916 896 896 f2=gl[1]/(gl[1]-gl[0]); 897 897 } 898 else _error_("case not possible"); 898 899 } 899 900 *point1=point; … … 991 992 xyz_bis[2][2]=*(xyz_list+3*1+2)+s2*(*(xyz_list+3*2+2)-*(xyz_list+3*1+2)); 992 993 } 994 else _error_("case not possible"); 993 995 994 996 /*Compute fraction of grounded element*/ -
issm/trunk-jpl/src/c/classes/Elements/Tria.cpp
r21892 r21916 1070 1070 f2=gl[1]/(gl[1]-gl[0]); 1071 1071 } 1072 else _error_("case not possible"); 1072 1073 } 1073 1074 *point1=point; … … 1180 1181 xyz_bis[2][2]=*(xyz_list+3*1+2)+s2*(*(xyz_list+3*2+2)-*(xyz_list+3*1+2)); 1181 1182 } 1183 else _error_("case not possible"); 1182 1184 1183 1185 /*Compute fraction of grounded element*/
Note:
See TracChangeset
for help on using the changeset viewer.