Changeset 6234


Ignore:
Timestamp:
Jan 23, 2009, 2:55:37 PM (16 years ago)
Author:
ole
Message:

Temporarily reverted reusing Mesh in fit - I found examples of crashes.
Will investigate.

File:
1 edited

Legend:

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

    r6228 r6234  
    874874            raise Exception, msg
    875875
    876         if True:
     876        # FIXME(Ole): I noticed a couple of examplse where this caused
     877        # a crash in fittng, so disabled it until I can investigate further
     878        # Sorry. 23 Jan 2009
     879        if False:
    877880            # Use mesh as defined by domain
    878881            # This used to cause problems for caching due to quantities
Note: See TracChangeset for help on using the changeset viewer.