We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa83711 commit 53a5b13Copy full SHA for 53a5b13
2 files changed
kratos.gid/apps/PfemFluid/start.tcl
@@ -26,7 +26,7 @@ proc ::PfemFluid::Init { } {
26
proc ::PfemFluid::LoadMyFiles { } {
27
variable dir
28
uplevel #0 [list source [file join $dir examples examples.tcl]]
29
- uplevel #0 [list source [file join $dir xml GetFromXML.tcl]]
+ uplevel #0 [list source [file join $dir xml XmlController.tcl]]
30
uplevel #0 [list source [file join $dir .. Solid write write.tcl]]
31
uplevel #0 [list source [file join $dir write write.tcl]]
32
uplevel #0 [list source [file join $dir write writeProjectParameters.tcl]]
…os.gid/apps/PfemFluid/xml/GetFromXML.tcl …gid/apps/PfemFluid/xml/XmlController.tclkratos.gid/apps/PfemFluid/xml/GetFromXML.tcl renamed to kratos.gid/apps/PfemFluid/xml/XmlController.tcl
0 commit comments