diff options
Diffstat (limited to 'Project/PowerFlow.h')
-rw-r--r-- | Project/PowerFlow.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Project/PowerFlow.h b/Project/PowerFlow.h index ac27c7e..1e5c621 100644 --- a/Project/PowerFlow.h +++ b/Project/PowerFlow.h @@ -7,8 +7,6 @@ #include <wx/intl.h> //_() #include <wx/log.h> //temp -enum BusType { BUS_SLACK = 0, BUS_PV, BUS_PQ }; - class PowerFlow : public ElectricCalculation { public: |