Ignore:
Timestamp:
Jun 10, 2009, 5:28:35 PM (14 years ago)
Author:
rwilson
Message:

Back-merge from Numeric to numpy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/numpy/anuga/config.py

    r6553 r7176  
    88
    99################################################################################
    10 # numerical constants
     10# Numerical constants
    1111################################################################################
    1212
     
    1717                                     # least squares fitting
    1818single_precision = 1.0e-6            # Smallest single precision number
    19 velocity_protection = 1.0e-6                                     
     19velocity_protection = 1.0e-6         # Used to compute velocity from momentum
     20                                     # See section 7.4 on Flux limiting
     21                                     # in the user manual
     22                           
    2023
    2124################################################################################
     
    2629version_filename = 'stored_version_info.py'
    2730default_datadir = '.'
    28 time_format = '%d/%m/%y %H:%M:%S'
    29 umask = 002  # Controls file and directory permission created by anuga
     31time_format = '%d/%m/%y %H:%M:%S'    # Used with timefile2netcdf
     32umask = 002  # Controls file and directory permission created by anuga (UNIX)
    3033default_boundary_tag = 'exterior'
    3134
Note: See TracChangeset for help on using the changeset viewer.