Changeset 13101 for issm/branches/trunk-jpl-damage/src/c/modules/InterpFromMeshToMesh2dx/InterpFromMeshToMesh2dx.cpp
- Timestamp:
- 08/20/12 17:39:30 (13 years ago)
- Location:
- issm/branches/trunk-jpl-damage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-jpl-damage
- Property svn:ignore
-
old new 1 projects 1 2 autom4te.cache 2 3 aclocal.m4
-
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 12948-13099
- Property svn:ignore
-
issm/branches/trunk-jpl-damage/src/c/modules/InterpFromMeshToMesh2dx/InterpFromMeshToMesh2dx.cpp
r12878 r13101 35 35 /*Checks*/ 36 36 if (M_data!=nods_data && M_data!=nels_data){ 37 _error 2_("data provided should have either " << nods_data << " or " << nels_data << " lines (not " << M_data << ")");37 _error_("data provided should have either " << nods_data << " or " << nels_data << " lines (not " << M_data << ")"); 38 38 } 39 39 … … 138 138 for (j=0;j<N_data;j++){ 139 139 if (it<0 || it>=nels_data){ 140 _error 2_("Triangle number " << it << " not in [0 " << nels_data << "], report bug to developers");140 _error_("Triangle number " << it << " not in [0 " << nels_data << "], report bug to developers"); 141 141 } 142 142 data_interp[i*N_data+j]=data[N_data*it+j];
Note:
See TracChangeset
for help on using the changeset viewer.