diff options
author | Thales1330 <thaleslima.ufu@gmail.com> | 2016-10-29 17:46:00 -0200 |
---|---|---|
committer | Thales1330 <thaleslima.ufu@gmail.com> | 2016-10-29 17:46:00 -0200 |
commit | 7d4df7195202eaea0e84f227e96f19dec4144081 (patch) | |
tree | 894064c78359c2eca33b344353dbf290ba4df9a3 /Project/Shunt.h | |
parent | 468ba7581675a23567746628d6777ca411b150d3 (diff) | |
download | PSP.git-7d4df7195202eaea0e84f227e96f19dec4144081.tar.gz PSP.git-7d4df7195202eaea0e84f227e96f19dec4144081.tar.xz PSP.git-7d4df7195202eaea0e84f227e96f19dec4144081.zip |
Power flow arrows implemented
Diffstat (limited to 'Project/Shunt.h')
-rw-r--r-- | Project/Shunt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/Shunt.h b/Project/Shunt.h index e44f735..cf1681d 100644 --- a/Project/Shunt.h +++ b/Project/Shunt.h @@ -22,6 +22,7 @@ public: protected: void UpdateSwitchesPosition(); + void UpdatePowerFlowArrowsPosition(); void DrawGround(wxPoint2DDouble position) const; bool m_inserted = false; |