Ignore:
Timestamp:
Jan 8, 2007, 3:20:41 PM (18 years ago)
Author:
duncan
Message:

Changing the mesh generator and triangle interface to work with Numeric arrys, as input. Fixed to work on Linux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/fit_interpolate/test_fit.py

    r4135 r4144  
    271271       
    272272        f = fit_to_mesh(vertices, triangles,fileName,
    273                                 alpha=0.0, max_read_lines=2)
     273                                alpha=0.0, max_read_lines=2)#, verbose=True)
    274274        answer = linear_function(vertices)
    275275        #print "f\n",f
Note: See TracChangeset for help on using the changeset viewer.