Ignore:
Timestamp:
Sep 7, 2004, 10:32:50 AM (20 years ago)
Author:
ole
Message:

slight psyco opt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pyvolution/shallow_water.py

    r274 r278  
    944944        print msg
    945945    else:
    946         psyco.bind(distribute_to_vertices_and_edges)
    947         psyco.bind(compute_fluxes_c) 
    948         ##psyco.bind(gravity_c) 
    949         ##psyco.bind(manning_friction_c)               
    950         #psyco.bind(update_boundary_values)
    951         #psyco.bind(Domain.update_timestep)     #Not worth it
    952         #psyco.bind(update_conserved_quantities)
    953 
     946        psyco.bind(Domain.distribute_to_vertices_and_edges)
     947        psyco.bind(Domain.compute_fluxes)
     948       
    954949if __name__ == "__main__":
    955950    pass
Note: See TracChangeset for help on using the changeset viewer.