Skip to content

Commit 098d175

Browse files
missing material relation window
1 parent 93638d8 commit 098d175

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

1.94 KB
Loading

kratos.gid/apps/CDEM/start.tcl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ proc ::CDEM::LoadMyFiles { } {
4545
uplevel #0 [list source [file join $dir examples examples.tcl]]
4646
}
4747

48+
proc ::CDEM::CustomToolbarItems { } {
49+
::DEM::CustomToolbarItems
50+
}
51+
4852
proc ::CDEM::BeforeMeshGeneration {elementsize} {
4953
::DEM::BeforeMeshGeneration $elementsize
5054
}

0 commit comments

Comments
 (0)