Changeset 4821


Ignore:
Timestamp:
Nov 16, 2007, 5:10:26 PM (16 years ago)
Author:
ole
Message:

Added comment about fitting speed and changed the default back to the code
where meshes are duplicated

File:
1 edited

Legend:

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

    r4815 r4821  
    841841            raise msg
    842842
    843         if True:
     843        if False:  # FIXME (Ole): True takes less memory,
     844                   # but appears to be slower.
    844845            vertex_attributes = fit_to_mesh(filename,
    845                                             mesh = self.domain, 
     846                                            mesh=self.domain, 
    846847                                            alpha=alpha,
    847848                                            attribute_name=attribute_name,
Note: See TracChangeset for help on using the changeset viewer.