We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0244e2d commit 3d38a41Copy full SHA for 3d38a41
2 files changed
kratos.gid/apps/DEMPFEM/start.tcl
@@ -38,7 +38,7 @@ proc ::DEMPFEM::Init { } {
38
proc ::DEMPFEM::LoadMyFiles { } {
39
variable dir
40
41
- uplevel #0 [list source [file join $dir xml GetFromXML.tcl]]
+ uplevel #0 [list source [file join $dir xml XmlController.tcl]]
42
uplevel #0 [list source [file join $dir write write.tcl]]
43
uplevel #0 [list source [file join $dir write writeProjectParameters.tcl]]
44
uplevel #0 [list source [file join $dir examples examples.tcl]]
…atos.gid/apps/DEMPFEM/xml/GetFromXML.tcl …s.gid/apps/DEMPFEM/xml/XmlController.tclkratos.gid/apps/DEMPFEM/xml/GetFromXML.tcl renamed to kratos.gid/apps/DEMPFEM/xml/XmlController.tcl
0 commit comments