We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2a037b commit 88ad1c3Copy full SHA for 88ad1c3
1 file changed
kratos.gid/apps/DEM/write/writeMDPA_Inlet.tcl
@@ -35,8 +35,8 @@ proc DEM::write::GetInletGroups { } {
35
proc DEM::write::copyClusterFiles { } {
36
37
set dir [write::GetConfigurationAttribute dir]
38
- set src_dir $::Kratos::kratos_private(Path)
39
- set cluster_dir [file join $src_dir exec Kratos applications DEMApplication custom_elements custom_clusters]
+ set src_dir [apps::getMyDir DEM]
+ set cluster_dir [file join $src_dir custom_clusters]
40
foreach cluster [GetUsedClusters ] {
41
set cluster_dem [lindex [DEM::write::GetClusterFileNameAndReplaceInletElementType $cluster] 1]
42
set totalpath [file join $cluster_dir $cluster_dem]
0 commit comments