Ignore:
Timestamp:
Jan 5, 2007, 5:51:51 PM (17 years ago)
Author:
duncan
Message:

changing the mesh generator and triangle interface to work with Numeric arrys, as input

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/mesh_engine/compile.py

    r3791 r4139  
    319319              print "********** Manually doing dependencies **************"
    320320              compile(['triang.c','triangle.c'])
    321             elif  filename == 'mesh_engine.c': # not part of ANUGA
    322               continue
     321            elif  filename == 'mesh_engine_c_layer.c':
    323322              #print "********** Manually doing dependencies **************"
    324               #compile(['mesh_engine.c','triangle.c'])
     323              compile(['mesh_engine_c_layer.c','triangle.c'])
    325324             
    326325            else:
Note: See TracChangeset for help on using the changeset viewer.