Skip to content

Commit 8ca49fb

Browse files
hotfix intervals
1 parent bcec660 commit 8ca49fb

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

kratos.gid/apps/Fluid/xml/XmlController.tcl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,8 @@ proc ::Fluid::xml::CreateNewInlet { base_group_name {interval_data {new true nam
9191
W "Warning - Couldn't find property Inlet $prop"
9292
}
9393
}
94-
9594
}
9695

97-
9896
proc ::Fluid::xml::ClearInlets { delete_groups {fluid_conditions_UN FLBC} {inlet_condition_name_base AutomaticInlet} } {
9997

10098
set nd $::Model::SpatialDimension

kratos.gid/scripts/Controllers/TreeInjections.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ proc spdAux::_injectCondsToTree {basenode cond_list {cond_type "normal"} args }
253253
append node [GetParameterValueString $in $forcedParams $cnd]
254254
}
255255
set CondUsesIntervals [$cnd getAttribute "Interval"]
256-
if {$app_uses_intervals && $CondUsesIntervals ne "False"} {
256+
if {$app_uses_intervals && ![write::isBooleanFalse $CondUsesIntervals]} {
257257
set state normal
258258
if {$initial_conds_flag} {
259259
set CondUsesIntervals Initial

0 commit comments

Comments
 (0)