Skip to content

Commit c0d63c1

Browse files
Rest of DEM dependent apps also fix the gid bug
1 parent 4a276d8 commit c0d63c1

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

kratos.gid/apps/DEMPFEM/start.tcl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,8 @@ proc ::DEMPFEM::CustomToolbarItems { } {
6464
Kratos::ToolbarAddItem "Example" "example.png" [list -np- ::DEMPFEM::examples::InnerSphere] [= "Example\nInnerSphere"]
6565
}
6666

67+
proc ::DEMPFEM::AfterSaveModel {filespd} {
68+
::DEM::AfterSaveModel $filespd
69+
}
70+
6771
::DEMPFEM::Init

kratos.gid/apps/FluidDEM/start.tcl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,8 @@ proc ::FluidDEM::CustomToolbarItems { } {
6565
Kratos::ToolbarAddItem "Example" [file join $dir images drop.png] [list -np- ::FluidDEM::examples::CylinderInFlow] [= "Example\nCylinderInFlow"]
6666
}
6767

68+
proc ::FluidDEM::AfterSaveModel {filespd} {
69+
::DEM::AfterSaveModel $filespd
70+
}
71+
6872
::FluidDEM::Init

0 commit comments

Comments
 (0)