File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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-
9896proc ::Fluid::xml::ClearInlets { delete_groups {fluid_conditions_UN FLBC} {inlet_condition_name_base AutomaticInlet} } {
9997
10098 set nd $::Model::SpatialDimension
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments