/[ascend]/trunk/models/johnpye/solve.py
ViewVC logotype

Diff of /trunk/models/johnpye/solve.py

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

revision 929 by johnpye, Mon Nov 6 04:48:59 2006 UTC revision 930 by johnpye, Wed Nov 22 13:09:09 2006 UTC
# Line 1  Line 1 
1  from solverreporter import *  from solverreporter import *
2  import extpy  import extpy
3  browser = extpy.getbrowser()  browser = extpy.getbrowser()
4    if browser==None:
5        raise ImportError
6    
7  def solve(self):  def solve(self):
8      """ run the active solver on the current model (reporting to the status bar only) """      """ run the active solver on the current model (reporting to the status bar only) """

Legend:
Removed from v.929  
changed lines
  Added in v.930

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