/[ascend]/trunk/pygtk/integratorreporter.py
ViewVC logotype

Diff of /trunk/pygtk/integratorreporter.py

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

revision 902 by johnpye, Wed Oct 25 07:35:39 2006 UTC revision 903 by johnpye, Wed Oct 25 13:07:12 2006 UTC
# Line 109  class IntegratorReporterPython(ascpy.Int Line 109  class IntegratorReporterPython(ascpy.Int
109          # just add to our in-memory data structure for now...          # just add to our in-memory data structure for now...
110          try:          try:
111              i = self.getIntegrator()              i = self.getIntegrator()
112              #print str(i.getCurrentObservations())                    print str(i.getCurrentObservations())      
113              self.data.append((i.getCurrentTime(),i.getCurrentObservations()))              self.data.append((i.getCurrentTime(),i.getCurrentObservations()))
114          except Exception,e:          except Exception,e:
115              print "\n\nERROR IN RECORDOBSERVEDVALUES!",str(e)              print "\n\nERROR IN RECORDOBSERVEDVALUES!",str(e)

Legend:
Removed from v.902  
changed lines
  Added in v.903

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