Ignore:
Timestamp:
Aug 25, 2004, 5:26:37 PM (21 years ago)
Author:
ole
Message:

Painful testing of second order extrapolation.
One bug found: The protection against infinitesimal heighs at centroid. This was not done in the previous version
and was consequently removed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pyvolution/config.py

    r205 r221  
    5959#use_extensions = False   #Do not use C-extensions
    6060
    61 use_psyco = True  #Use psyco optimisations
    62 #use_psyco = False  #Do not use psyco optimisations
     61#use_psyco = True  #Use psyco optimisations
     62use_psyco = False  #Do not use psyco optimisations
    6363
    6464
Note: See TracChangeset for help on using the changeset viewer.