Changeset 12673
- Timestamp:
 - 07/20/12 14:13:27 (13 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  issm/trunk-jpl/src/m/model/solve.m (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
issm/trunk-jpl/src/m/model/solve.m
r12363 r12673 35 35 disp('checking model consistency'); 36 36 if (solutionenum == FlaimSolutionEnum) 37 m odelconsistency(true);38 md .mesh.checkconsistency(md,solutionenum);39 md .flaim.checkconsistency(md,solutionenum);40 if ~modelconsistency()41 error(' ');37 md.private.isconsistent=true; 38 md=checkconsistency(md.mesh,md,solutionenum); 39 md=checkconsistency(md.flaim,md,solutionenum); 40 if md.private.isconsistent==false, 41 error('Model not consistent, see messages above'); 42 42 end 43 43 else  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  ![(please configure the [header_logo] section in trac.ini)](/trac/issm/chrome/common/trac_banner.png)