Changeset 4974


Ignore:
Timestamp:
Jan 25, 2008, 2:38:33 PM (16 years ago)
Author:
steve
Message:
 
Location:
anuga_core/source/anuga/advection
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/advection/advection_ext.pyf

    r4973 r4974  
    33python module advection_ext
    44interface
    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,&
    77                        normals,areas,radii,edgelengths,&
    88                        tri_full_flag,huge_timestep,max_timestep,v,n)
  • anuga_core/source/anuga/advection/compile_all.py

    r4973 r4974  
    88print separation_line
    99
    10 command = 'python setup.py build_src build_ext --inplace --compiler=mingw32'
     10command = 'python setup.py build_src build_ext --inplace'
    1111print 'Trying to run %s in directory %s' % (command, os.getcwd())
    1212os.system(command)
Note: See TracChangeset for help on using the changeset viewer.