We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a1c4f9 commit b8124d8Copy full SHA for b8124d8
1 file changed
kratos.gid/apps/MPM/write/writeProjectParameters.tcl
@@ -226,7 +226,7 @@ proc ::MPM::write::GetOutputProcessesList { } {
226
227
# Restart
228
set need_restart [write::getValue EnableRestartOutput]
229
- if {$need_restart eq "On"} {
+ if {[write::isBooleanTrue $need_restart]} {
230
set restart_dict [dict create ]
231
dict set restart_dict python_module save_restart_process
232
dict set restart_dict kratos_module "KratosMultiphysics"
0 commit comments