Skip to content

Commit 17aabac

Browse files
Delete apps
1 parent 41da763 commit 17aabac

289 files changed

Lines changed: 10 additions & 9389 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

kratos.gid/apps/DEMLauncher/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"start_script":"::DemLauncher::Init",
88
"requeriments":{
9-
"apps_exist":["DEM", "DEMPFEM", "FluidDEM", "CDEM"],
9+
"apps_exist":["DEM", "FluidDEM", "CDEM"],
1010
"minimum_gid_version":"15.1.3d"
1111
},
1212
"permissions": {

kratos.gid/apps/DEMLauncher/start.tcl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
namespace eval ::DemLauncher {
22
Kratos::AddNamespace [namespace current]
3-
3+
44
variable available_apps
55
}
66

77
proc ::DemLauncher::Init { app } {
88
variable available_apps
99

1010
# TODO: Get apps from json
11-
set available_apps [list DEM DEMPFEM FluidDEM CDEM]
11+
set available_apps [list DEM FluidDEM CDEM]
1212
# Allow to open the tree
1313
set ::spdAux::TreeVisibility 0
1414

@@ -66,7 +66,7 @@ proc ::DemLauncher::AppSelectorWindow { } {
6666

6767
# Information panel
6868
set spdAux::info_main_window_text ""
69-
ttk::labelframe $w.info -text " Information " -relief ridge
69+
ttk::labelframe $w.info -text " Information " -relief ridge
7070
ttk::label $w.info.text -textvariable spdAux::info_main_window_text
7171
grid $w.info.text
7272
grid $w.info -sticky we

kratos.gid/apps/DEMPFEM/app.json

Lines changed: 0 additions & 34 deletions
This file was deleted.

kratos.gid/apps/DEMPFEM/examples/InnerSphere.tcl

Lines changed: 0 additions & 114 deletions
This file was deleted.

kratos.gid/apps/DEMPFEM/examples/examples.tcl

Lines changed: 0 additions & 13 deletions
This file was deleted.

kratos.gid/apps/DEMPFEM/examples/examples.xml

Lines changed: 0 additions & 13 deletions
This file was deleted.
-9.32 KB
Binary file not shown.
-16.6 KB
Binary file not shown.
-416 Bytes
Binary file not shown.

kratos.gid/apps/DEMPFEM/python/MainKratos.py

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)