Changeset 8815


Ignore:
Timestamp:
Apr 5, 2013, 6:56:31 PM (11 years ago)
Author:
steve
Message:

Forgot to remove objgraph import from shallow_water

Location:
trunk/anuga_core/source
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/shallow_water/shallow_water_domain.py

    r8813 r8815  
    10841084            # Use standard flux calculation, but calc gravity
    10851085            # as -g h grad(w) - sum midpoint edge pressure terms
    1086             import objgraph
    1087             #print 50*"="
    1088             #objgraph.show_most_common_types()
    1089             #print objgraph.typestats(objgraph.get_leaking_objects())
    1090             #objgraph.show_growth()
    10911086
    10921087            from shallow_water_ext import compute_fluxes_ext_central_structure
     
    10941089
    10951090            self.flux_timestep = compute_fluxes_ext_central_structure(self)
    1096 
    1097             #print 50*"-"
    1098             #objgraph.show_most_common_types()
    10991091            gravity_wb_c(self)
    11001092
    1101             #print 50*"-"
    1102             #objgraph.show_most_common_types()
    11031093
    11041094        elif self.compute_fluxes_method == 'wb_3':
Note: See TracChangeset for help on using the changeset viewer.