Changeset 3947


Ignore:
Timestamp:
Nov 8, 2006, 5:57:37 PM (17 years ago)
Author:
ole
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/shallow_water/data_manager.py

    r3946 r3947  
    381381        # FIXME (HACK)
    382382        truncation = self.domain.number_of_full_nodes       
    383         print len(z), len(Z), truncation
     383        #print len(z), len(Z), truncation
    384384       
    385385        z[:] = Z[:truncation].astype(self.precision)
Note: See TracChangeset for help on using the changeset viewer.