Changeset 15516
- Timestamp:
- 07/18/13 15:52:56 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/wrappers/matlab/io/FetchMatlabData.cpp
r15515 r15516 273 273 } 274 274 275 /*Transpose Row vectors*/ 276 if(M==1 && N>1) M=N; 277 275 278 /*Assign output pointers:*/ 276 279 *pvector=outvector; 277 if(pM)*pM=M *N;280 if(pM)*pM=M; 278 281 } 279 282 /*}}}*/
Note:
See TracChangeset
for help on using the changeset viewer.