- 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/modules/BamgTriangulate/BamgTriangulate.cpp
r12878 r13101 32 32 33 33 /*Check inputs*/ 34 if(y_rows!=nods) _error 2_("x and y do not have the same length");35 if(x_cols>1 || y_cols>1) _error 2_("x and y should have only one column");36 if(nods<3) _error 2_("At least 3 points are required");34 if(y_rows!=nods) _error_("x and y do not have the same length"); 35 if(x_cols>1 || y_cols>1) _error_("x and y should have only one column"); 36 if(nods<3) _error_("At least 3 points are required"); 37 37 38 38 /* Run core computations: */
Note:
See TracChangeset
for help on using the changeset viewer.