Ignore:
Timestamp:
Aug 11, 2005, 3:47:14 PM (20 years ago)
Author:
ole
Message:

Removed integrity check

File:
1 edited

Legend:

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

    r1681 r1711  
    319319        self.mesh = Mesh(vertex_coordinates, triangles,
    320320                         geo_reference = geo)
     321       
    321322        #FIXME, remove if mesh checks it.
    322         self.mesh.check_integrity()
     323        #self.mesh.check_integrity()
     324
    323325        self.data_origin = data_origin
    324326
Note: See TracChangeset for help on using the changeset viewer.