Changeset 15514
- Timestamp:
- 07/18/13 15:11:18 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/wrappers/matlab/io/FetchMatlabData.cpp
r15506 r15514 269 269 270 270 /*Check that it is a vector*/ 271 if(M !=1 && N!=1){271 if(M*N>0 && (M!=1 && N!=1)){ 272 272 _error_("input vector of size " << M << "x" << N << " should have only one column"); 273 273 }
Note:
See TracChangeset
for help on using the changeset viewer.