Changeset 4531
- Timestamp:
- 07/12/10 11:55:40 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/io/FetchData.cpp
r4530 r4531 236 236 bool boolean; 237 237 238 if (mxIsClass(dataref,"logical") || mxIsDouble(dataref)){238 if (mxIsClass(dataref,"logical")){ 239 239 /*Recover the double: */ 240 240 boolean=(bool)mxGetScalar(dataref);
Note:
See TracChangeset
for help on using the changeset viewer.