Changeset 8591
- Timestamp:
- 06/09/11 14:21:28 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/model/ismodelselfconsistent.m
r8590 r8591 13 13 end 14 14 %}}} 15 16 %initialize consistency as true 17 modelconsistency(true); 15 18 16 19 % Common checks … … 744 747 if nargin==1 & nargout==0, 745 748 %OK model is inconsistent, set flag as false 746 consistency=f alse;749 consistency=flag_in; 747 750 elseif nargin==0 & nargout==1, 748 751 if isempty(consistency),
Note:
See TracChangeset
for help on using the changeset viewer.