Changeset 654


Ignore:
Timestamp:
Dec 2, 2004, 10:17:03 AM (20 years ago)
Author:
duncan
Message:

removing prints, getting save working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pmesh/pmesh.py

    r410 r654  
    874874            newmesh = mesh.importMeshFromFile(ofile)
    875875            self.currentPath, dummy = os.path.split(ofile)
    876             print "be good self.currentPath",self.currentPath
     876            #print "be good self.currentPath",self.currentPath
    877877            self.currentFilePathName = ofile
    878878            self.clearMesh()
     
    941941            # force user to choose a name
    942942            self.saveAsDrawing()
    943         #self.exportASCIItrianglulationfile(self.currentFilePathName)
     943        else:
     944            self.exportASCIItrianglulationfile(self.currentFilePathName)
    944945
    945946    def saveAsDrawing(self):
     
    968969        there is no generated mesh do not prompt.
    969970        """
    970         print "self.UserMeshChanged",self.UserMeshChanged
    971         print "self.mesh.isTriangulation()",self.mesh.isTriangulation()
     971        #print "self.UserMeshChanged",self.UserMeshChanged
     972        #print "self.mesh.isTriangulation()",self.mesh.isTriangulation()
    972973        if (self.UserMeshChanged) and self.mesh.isTriangulation():
    973974           
Note: See TracChangeset for help on using the changeset viewer.