We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a276d8 commit c0d63c1Copy full SHA for c0d63c1
2 files changed
kratos.gid/apps/DEMPFEM/start.tcl
@@ -64,4 +64,8 @@ proc ::DEMPFEM::CustomToolbarItems { } {
64
Kratos::ToolbarAddItem "Example" "example.png" [list -np- ::DEMPFEM::examples::InnerSphere] [= "Example\nInnerSphere"]
65
}
66
67
+proc ::DEMPFEM::AfterSaveModel {filespd} {
68
+ ::DEM::AfterSaveModel $filespd
69
+}
70
+
71
::DEMPFEM::Init
kratos.gid/apps/FluidDEM/start.tcl
@@ -65,4 +65,8 @@ proc ::FluidDEM::CustomToolbarItems { } {
Kratos::ToolbarAddItem "Example" [file join $dir images drop.png] [list -np- ::FluidDEM::examples::CylinderInFlow] [= "Example\nCylinderInFlow"]
+proc ::FluidDEM::AfterSaveModel {filespd} {
72
::FluidDEM::Init
0 commit comments