Skip to content

Commit

Permalink
Merge pull request #7102 from ORNL-AMO/load-sharing-on
Browse files Browse the repository at this point in the history
uncomment load sharing option
  • Loading branch information
rmroot authored Nov 6, 2024
2 parents 2355dc2 + 0e2a545 commit 20e583a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h3>System Information</h3>
<option [ngValue]="'cascading'">Cascading Pressure</option>
<option [ngValue]="'targetPressureSequencer'">Target Pressure Sequencer</option>
<option [ngValue]="'isentropicEfficiency'">Isentropic Efficiency</option>
<!-- <option [ngValue]="'loadSharing'">Centrifugal Load Sharing</option> -->
<option [ngValue]="'loadSharing'">Centrifugal Load Sharing</option>
<option [ngValue]="'baseTrim'">Base/Trim</option>
</select>
</div>
Expand Down

0 comments on commit 20e583a

Please sign in to comment.