/[ascend]/trunk/pygtk/simulation.cpp
ViewVC logotype

Diff of /trunk/pygtk/simulation.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1048 by johnpye, Fri Jan 5 11:15:16 2007 UTC revision 1049 by johnpye, Fri Jan 5 13:45:13 2007 UTC
# Line 744  Simulation::solve(Solver solver, SolverR Line 744  Simulation::solve(Solver solver, SolverR
744          if(status.isInconsistent())throw runtime_error("System is inconsistent");          if(status.isInconsistent())throw runtime_error("System is inconsistent");
745          if(status.hasExceededIterationLimit())throw runtime_error("Solver exceeded iteration limit");          if(status.hasExceededIterationLimit())throw runtime_error("Solver exceeded iteration limit");
746          if(status.hasExceededTimeLimit())throw runtime_error("Solver exceeded time limit");          if(status.hasExceededTimeLimit())throw runtime_error("Solver exceeded time limit");
747          throw runtime_error("Error in solver (unknown)");          throw runtime_error("Error in solver (status.isOK()==FALSE but can't see why)");
748      }      }
749  }  }
750    

Legend:
Removed from v.1048  
changed lines
  Added in v.1049

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22