- Timestamp:
- 06/21/12 14:08:16 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/modules/BamgConvertMesh/BamgConvertMesh.cpp
r12044 r12497 44 44 /*Check inputs*/ 45 45 if (nels<0){ 46 _error _("Number of elements must be positive, check index number of lines");46 _error2_("Number of elements must be positive, check index number of lines"); 47 47 } 48 48 if (nods<0){ 49 _error _("Number of nods must be positive, check x and y sizes");49 _error2_("Number of nods must be positive, check x and y sizes"); 50 50 } 51 51 if (index_rows!=3){ 52 _error _("index should have 3 columns");52 _error2_("index should have 3 columns"); 53 53 } 54 54 if (y_rows!=nods){ 55 _error _("x and y do not have the same length");55 _error2_("x and y do not have the same length"); 56 56 } 57 57 if (x_cols>1 || y_cols>1){ 58 _error _("x and y should have only one column");58 _error2_("x and y should have only one column"); 59 59 } 60 60
Note:
See TracChangeset
for help on using the changeset viewer.