Skip to content

Commit

Permalink
Setting parameters of channels geometry to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cinzia Mazzetti committed Nov 11, 2024
1 parent ca77e35 commit 9b78aaa
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/lisfloodSettings_reference.xml
Original file line number Diff line number Diff line change
Expand Up @@ -484,21 +484,23 @@ Multiplier applied to average Q to split into a second line of routing
</comment>
</textvar>

<textvar name="ChanBottomWMult" value="$(PathParams)/params_ChanBottomWMult">
<textvar name="ChanBottomWMult" value="1.0">
<comment>
PBchange
$(PathParams)/params_ChanBottomWMult
Multiplier applied to ChanBottomWidth
</comment>
</textvar>

<textvar name="ChanDepthTMult" value="$(PathParams)/params_ChanDepthTMult">
<textvar name="ChanDepthTMult" value="1.0">
<comment>
$(PathParams)/params_ChanDepthTMult
Multiplier [] applied to ChanDepthThreshold
</comment>
</textvar>

<textvar name="ChanSMult" value="$(PathParams)/params_ChanSMult">
<textvar name="ChanSMult" value="1.0">
<comment>
$(PathParams)/params_ChanSMult
Multiplier [] applied to ChanSdXdY
</comment>
</textvar>
Expand Down

0 comments on commit 9b78aaa

Please sign in to comment.