We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d38a41 commit 85f004fCopy full SHA for 85f004f
2 files changed
kratos.gid/apps/DEM/start.tcl
@@ -28,7 +28,7 @@ proc ::DEM::Init { } {
28
proc ::DEM::LoadMyFiles { } {
29
variable dir
30
31
- uplevel #0 [list source [file join $dir xml GetFromXML.tcl]]
+ uplevel #0 [list source [file join $dir xml XmlController.tcl]]
32
uplevel #0 [list source [file join $dir write write.tcl]]
33
uplevel #0 [list source [file join $dir write writeMDPA_Parts.tcl]]
34
uplevel #0 [list source [file join $dir write writeMDPA_Inlet.tcl]]
kratos.gid/apps/DEM/xml/GetFromXML.tcl kratos.gid/apps/DEM/xml/XmlController.tclkratos.gid/apps/DEM/xml/GetFromXML.tcl renamed to kratos.gid/apps/DEM/xml/XmlController.tcl
0 commit comments