- 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/matlab/io/MatlabVectorToDoubleVector.cpp
r12878 r13101 46 46 47 47 /*Check that input is actualy a vector*/ 48 if (cols!=1) _error 2_("input vector of size " << rows << "x" << cols << " should have only one column");48 if (cols!=1) _error_("input vector of size " << rows << "x" << cols << " should have only one column"); 49 49 50 50 nz=(int)((double)nnz/(double)rows); … … 77 77 78 78 /*Check that input is actualy a vector*/ 79 if (cols!=1) _error 2_("input vector of size " << rows << "x" << cols << " should have only one column");79 if (cols!=1) _error_("input vector of size " << rows << "x" << cols << " should have only one column"); 80 80 81 81 /*allocate and memcpy*/
Note:
See TracChangeset
for help on using the changeset viewer.