Parent Directory
|
Revision Log
|
Patch
revision 1123 by gross, Thu May 3 04:13:52 2007 UTC | revision 1137 by gross, Thu May 10 08:11:31 2007 UTC | |
---|---|---|
# | Line 89 class Design(design.Design): | Line 89 class Design(design.Design): |
89 | clean up | clean up |
90 | """ | """ |
91 | if not self.keepFiles(): | if not self.keepFiles(): |
92 | try: | |
93 | os.unlink(self.getScriptFileName()) | os.unlink(self.getScriptFileName()) |
94 | os.unlink(self.getMeshFileName()) | os.unlink(self.getMeshFileName()) |
95 | except OSError: | |
96 | pass | |
97 | def getCommandString(self): | def getCommandString(self): |
98 | """ | """ |
99 | returns the gmsh comand | returns the gmsh comand |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |