Changeset 966
- Timestamp:
- 06/12/09 16:15:15 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/ismodelselfconsistent.m
r961 r966 158 158 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% SOLUTION CHECKS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 159 159 %QMU 160 if md.qmu_ params.evaluation_concurrency~=1,161 disp(['concurrency should be set to 1 when running dakota in library mode']);162 bool=0;return;163 end 164 165 160 if md.qmu_analysis, 161 if md.qmu_params.evaluation_concurrency~=1, 162 disp(['concurrency should be set to 1 when running dakota in library mode']); 163 bool=0;return; 164 end 165 end 166 166 167 167 %DIAGNOSTIC
Note:
See TracChangeset
for help on using the changeset viewer.