We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79b617a commit 4709558Copy full SHA for 4709558
2 files changed
kratos.gid/apps/CDEM/start.tcl
@@ -35,7 +35,7 @@ proc ::CDEM::Init { } {
35
proc ::CDEM::LoadMyFiles { } {
36
variable dir
37
38
- uplevel #0 [list source [file join $dir xml GetFromXML.tcl]]
+ uplevel #0 [list source [file join $dir xml XmlController.tcl]]
39
uplevel #0 [list source [file join $dir write write.tcl]]
40
uplevel #0 [list source [file join $dir write writeMDPA_Parts.tcl]]
41
uplevel #0 [list source [file join $dir write writeMDPA_Walls.tcl]]
kratos.gid/apps/CDEM/xml/GetFromXML.tcl …atos.gid/apps/CDEM/xml/XmlController.tclkratos.gid/apps/CDEM/xml/GetFromXML.tcl renamed to kratos.gid/apps/CDEM/xml/XmlController.tcl
0 commit comments