Ignore:
Timestamp:
Nov 7, 2006, 5:15:37 PM (17 years ago)
Author:
nick
Message:

update code style

File:
1 edited

Legend:

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

    r3931 r3935  
    145145                                        interpolation_points,
    146146                                        time_thinning=time_thinning,
    147                                         verbose = verbose)
     147                                        verbose=verbose)
    148148    else:
    149149        raise 'Must be a NetCDF File'
     
    156156                             interpolation_points=None,
    157157                             time_thinning=1,                             
    158                              verbose = False):
     158                             verbose=False):
    159159    """Read time history of spatial data from NetCDF sww file and
    160160    return a callable object f(t,x,y)
Note: See TracChangeset for help on using the changeset viewer.