Changeset 4974
- Timestamp:
- Jan 25, 2008, 2:38:33 PM (16 years ago)
- Location:
- anuga_core/source/anuga/advection
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/advection/advection_ext.pyf
r4973 r4974 3 3 python module advection_ext 4 4 interface 5 double precision function compute_fluxes(stage_ edge,stage_bdry,&6 stage_update,neighbours,neighbour_edges,&5 double precision function compute_fluxes(stage_update,stage_edge,stage_bdry,& 6 neighbours,neighbour_edges,& 7 7 normals,areas,radii,edgelengths,& 8 8 tri_full_flag,huge_timestep,max_timestep,v,n) -
anuga_core/source/anuga/advection/compile_all.py
r4973 r4974 8 8 print separation_line 9 9 10 command = 'python setup.py build_src build_ext --inplace --compiler=mingw32'10 command = 'python setup.py build_src build_ext --inplace' 11 11 print 'Trying to run %s in directory %s' % (command, os.getcwd()) 12 12 os.system(command)
Note: See TracChangeset
for help on using the changeset viewer.