Changeset 363
- Timestamp:
- 05/12/09 15:04:10 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/ModelProcessorx/SlopeCompute/CreateElementsNodesAndMaterialsSlopeCompute.cpp
r358 r363 126 126 127 127 /*Now, is the flag isstokes on? otherwise, do nothing: */ 128 if (!model->isstokes )goto cleanup_and_return;128 if (!model->isstokes & !model->ishutter)goto cleanup_and_return; 129 129 130 130 /*Get analysis_type: */
Note:
See TracChangeset
for help on using the changeset viewer.