Skip to content

Commit

Permalink
Merge pull request #7251 from ORNL-AMO/ca-bug
Browse files Browse the repository at this point in the history
Issue 7250 - CA Performance Profile bug
  • Loading branch information
rhernandez-intertech authored Jan 10, 2025
2 parents be57fe7 + ab452f6 commit 9e7105c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export class CompressedAirSuiteApiService {
let modulatingPsi = this.suiteApiHelperService.convertNullInputValueForObjectConstructor(input.modulatingPsi)
let atmosphericPsi = this.suiteApiHelperService.convertNullInputValueForObjectConstructor(input.atmosphericPsi)
let unloadPointCapacity = this.suiteApiHelperService.convertNullInputValueForObjectConstructor(input.unloadPointCapacity)
let controlType = this.suiteApiHelperService.getControlTypeEnum(input.controlType);
let controlType = input.controlType;
let blowdownTime = this.suiteApiHelperService.convertNullInputValueForObjectConstructor(input.blowdownTime)
let unloadSumpPressure = this.suiteApiHelperService.convertNullInputValueForObjectConstructor(input.unloadSumpPressure)
let noLoadPowerFM = this.suiteApiHelperService.convertNullInputValueForObjectConstructor(input.noLoadPowerFM)
Expand Down

0 comments on commit 9e7105c

Please sign in to comment.