summaryrefslogtreecommitdiffstats
path: root/Project/Element.cpp
diff options
context:
space:
mode:
authorThales1330 <thaleslima.ufu@gmail.com>2016-11-03 16:26:55 -0200
committerThales1330 <thaleslima.ufu@gmail.com>2016-11-03 16:26:55 -0200
commit4799019fb948226daf5777d0d3ba41257dd55657 (patch)
treeacc64be850536c872189d4885be51d2fc9075436 /Project/Element.cpp
parent004257e2abebbf448ba8d1fba32daae216b2c88e (diff)
downloadPSP.git-4799019fb948226daf5777d0d3ba41257dd55657.tar.gz
PSP.git-4799019fb948226daf5777d0d3ba41257dd55657.tar.xz
PSP.git-4799019fb948226daf5777d0d3ba41257dd55657.zip
Power flow validate method under implementation
Diffstat (limited to 'Project/Element.cpp')
-rw-r--r--Project/Element.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/Element.cpp b/Project/Element.cpp
index 91ed61f..8ced79b 100644
--- a/Project/Element.cpp
+++ b/Project/Element.cpp
@@ -434,7 +434,7 @@ void Element::CalculatePowerFlowPts(std::vector<wxPoint2DDouble> edges)
void Element::DrawPowerFlowPts() const
{
- glColor4d(1.0, 0.55, 0.0, 1.0);
+ glColor4d(1.0, 0.51, 0.0, 1.0);
for(int i = 0; i < (int)m_powerFlowArrow.size(); i++) {
DrawTriangle(m_powerFlowArrow[i]);
}