Changeset 2633


Ignore:
Timestamp:
Mar 29, 2006, 4:35:16 PM (17 years ago)
Author:
ole
Message:

Can't remember what I did

Files:
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • inundation/pyvolution/domain.py

    r2620 r2633  
    165165
    166166    def set_time(self, time=0.0):
    167         """Set the time"""
     167        """Set the model time (seconds)"""
    168168
    169169        self.time = time
  • inundation/pyvolution/least_squares.py

    r2585 r2633  
    986986                            The arrays must either have dimensions pxm or mx1.
    987987                            The resulting function will be time dependent in
    988                             the former case while it will be constan with
     988                            the former case while it will be constant with
    989989                            respect to time in the latter case.
    990990       
  • inundation/utilities/numerical_tools.py

    r2573 r2633  
    1010    from scipy import ArrayType, array, sum, innerproduct, ravel, sqrt, searchsorted, sort, concatenate   
    1111except:
    12     print 'Could not find scipy - using Numeric'
     12    #print 'Could not find scipy - using Numeric'
    1313    from Numeric import ArrayType, array, sum, innerproduct, ravel, sqrt, searchsorted, sort, concatenate   
    1414
  • inundation/utilities/polygon.py

    r2622 r2633  
    88    from scipy import Float, Int, zeros, ones, array, concatenate, reshape, dot
    99except:
    10     print 'Could not find scipy - using Numeric'
     10    #print 'Could not find scipy - using Numeric'
    1111    from Numeric import Float, Int, zeros, ones, array, concatenate, reshape, dot
    1212
Note: See TracChangeset for help on using the changeset viewer.