Changeset 5374


Ignore:
Timestamp:
May 28, 2008, 3:43:55 PM (17 years ago)
Author:
jakeman
Message:

fixed errors with cache call to file_function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/abstract_2d_finite_volumes/util.py

    r5372 r5374  
    116116              'time_thinning': time_thinning,                   
    117117              'verbose': verbose,
    118               'boundary_polygon':boundary_polygon}
     118              'boundary_polygon': boundary_polygon}
    119119
    120120
     
    132132                             dependencies=[filename],
    133133                             compression=False,                 
    134                              verbose=verbose,
    135                              boundary_polygon=boundary_polygon)
     134                             verbose=verbose)
    136135
    137136    else:
     
    364363            interpolation_points[:,0] -= xllcorner
    365364            interpolation_points[:,1] -= yllcorner       
    366 
     365   
     366    else:
     367        gauge_neighbour_id=None
    367368    if domain_starttime is not None:
    368369
Note: See TracChangeset for help on using the changeset viewer.