Fixed build error

This commit is contained in:
Gunnar Skjold
2021-10-23 09:07:07 +02:00
parent c645b82ed3
commit 147b2ca33e

View File

@@ -435,3 +435,7 @@ float AmsData::getReactiveExportCounter() {
bool AmsData::isThreePhase() {
return this->threePhase;
}
bool AmsData::isTwoPhase() {
return this->twoPhase;
}