Changeset 2152 for inundation/pyvolution


Ignore:
Timestamp:
Dec 16, 2005, 9:59:58 AM (19 years ago)
Author:
linda
Message:

Added caching to the sw_merimbula files. Also updated some of the comments

Location:
inundation/pyvolution
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • inundation/pyvolution/advection.py

    r2050 r2152  
    7575        if self.visualiser is None:
    7676            from realtime_visualisation_new import Visualiser
     77 #           from vtk_realtime_visualiser import Visualiser
    7778            self.visualiser = Visualiser(self,scale_z,rect)
    7879        self.visualise = True
  • inundation/pyvolution/vtk_realtime_visualiser.py

    r2139 r2152  
    143143        else:
    144144            self.actor.GetProperty().SetColor(0.5, 0.5, 0.5)
    145            
     145
     146        print "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
    146147        self.renderer.AddActor(self.actor)
     148        print "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb"
    147149
    148150    def update_all(self):
Note: See TracChangeset for help on using the changeset viewer.