From 2b7409b5dd3714d14112e40a1ead8776a6da1576 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Wed, 11 Apr 2018 20:00:20 -0300 Subject: Some minor improvements --- Project/SimulationsSettingsForm.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Project/SimulationsSettingsForm.cpp') diff --git a/Project/SimulationsSettingsForm.cpp b/Project/SimulationsSettingsForm.cpp index 1e32b1d..b7878d5 100644 --- a/Project/SimulationsSettingsForm.cpp +++ b/Project/SimulationsSettingsForm.cpp @@ -56,6 +56,7 @@ SimulationsSettingsForm::SimulationsSettingsForm(wxWindow* parent, PropertiesDat m_textCtrlAccFactor->SetValue(Element::StringFromDouble(data.accFator)); m_textCtrlPFTolerance->SetValue(wxString::Format("%g", data.powerFlowTolerance)); m_textCtrlPFMaxIterations->SetValue(wxString::Format("%d", data.powerFlowMaxIterations)); + m_textCtrlPFSlackBusAngle->SetValue(Element::StringFromDouble(data.initAngle)); m_textCtrlTimeStep->SetValue(wxString::Format("%g", data.timeStep)); m_textCtrlSimTime->SetValue(Element::StringFromDouble(data.stabilitySimulationTime)); m_textCtrlFreq->SetValue(Element::StringFromDouble(data.stabilityFrequency)); -- cgit