- 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
-
TabularUnified
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
-
TabularUnified issm/branches/trunk-jpl-damage/src/c/modules/KMLMeshWritex/KMLMeshWritex.cpp ¶
r12878 r13101 133 133 } 134 134 else 135 _error 2_("Nodal connectivity table needs more than specified " << mxepg << " columns.\n");135 _error_("Nodal connectivity table needs more than specified " << mxepg << " columns.\n"); 136 136 } 137 137 jpt++; … … 173 173 174 174 else 175 _error 2_("Data matrix has incorrect number of " << mdata << " rows.\n");175 _error_("Data matrix has incorrect number of " << mdata << " rows.\n"); 176 176 } 177 177
Note:
See TracChangeset
for help on using the changeset viewer.