Changeset 1961


Ignore:
Timestamp:
Oct 19, 2005, 1:39:33 PM (18 years ago)
Author:
ole
Message:

Ensure interpolation_points are converted to Float in file_function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pyvolution/util.py

    r1932 r1961  
    292292
    293293    if interpolation_points is not None:
    294         interpolation_points = ensure_numeric(interpolation_points)
     294        interpolation_points = ensure_numeric(interpolation_points, Float)
    295295
    296296
Note: See TracChangeset for help on using the changeset viewer.