Changeset 7188 for issm/trunk/src/c/io
- Timestamp:
- 01/26/11 14:57:01 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/io/FetchData.cpp
r6412 r7188 95 95 int dummy=0; 96 96 97 if(mxIsEmpty(dataref) ){ 98 /*Nothing to pick up. Just initialize matrix pointer to NULL: */ 99 outmatrix=NULL; 100 } 101 else if (mxIsDouble(dataref) ){ 97 if (mxIsDouble(dataref) ){ 102 98 103 99 /*Check dataref is not pointing to NaN: */
Note:
See TracChangeset
for help on using the changeset viewer.