Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit f342ab8

Browse files
author
Mark Root
authored
Merge pull request #666 from ORNL-AMO/missing-vfd-calc
fix missing vfd binding
2 parents 53ea977 + 02cdf2e commit f342ab8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bindings/compressorsCalc.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,10 @@ NAN_METHOD(CompressorsCalc)
546546
{
547547
compressorsStartStop(CompressorType, ControlType, StageType, LubricantType);
548548
}
549+
else if (controlType == Compressors::ControlType::VFD)
550+
{
551+
compressorVFD(CompressorType, ControlType, StageType, LubricantType);
552+
}
549553
}
550554
}
551555
}

0 commit comments

Comments
 (0)