summaryrefslogtreecommitdiffstats
path: root/Project/PropertiesFormBase.h
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2019-07-24 00:02:49 -0300
committerGitHub <noreply@github.com>2019-07-24 00:02:49 -0300
commit4f434e4a1cccce69e4b680e4734df52244d3a30b (patch)
tree54886abf6d62d9341377d535e52b36016b602107 /Project/PropertiesFormBase.h
parent8357c081eb75147bb8f94d8b6e367d88ea3898ed (diff)
parent0ca6710a7e003952e1212c8e32ebb2e7c008d508 (diff)
downloadPSP.git-4f434e4a1cccce69e4b680e4734df52244d3a30b.tar.gz
PSP.git-4f434e4a1cccce69e4b680e4734df52244d3a30b.tar.xz
PSP.git-4f434e4a1cccce69e4b680e4734df52244d3a30b.zip
Merge pull request #51 from Thales1330/wip/induction-motor
Newton bug fixed
Diffstat (limited to 'Project/PropertiesFormBase.h')
-rw-r--r--Project/PropertiesFormBase.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Project/PropertiesFormBase.h b/Project/PropertiesFormBase.h
index a7c3872..6b9cd82 100644
--- a/Project/PropertiesFormBase.h
+++ b/Project/PropertiesFormBase.h
@@ -105,6 +105,8 @@ class SimulationsSettingsFormBase : public wxDialog
wxStaticText* m_staticTextPFSlackBusAngle;
wxTextCtrl* m_textCtrlPFSlackBusAngle;
wxStaticText* m_staticTextDeg_1;
+ wxStaticText* m_staticTextPFGaussTolerance;
+ wxTextCtrl* m_textCtrlPFGaussTolerance;
wxPanel* m_panelStability;
wxStaticText* m_staticTextTimeStep;
wxTextCtrl* m_textCtrlTimeStep;
@@ -180,6 +182,8 @@ class SimulationsSettingsFormBase : public wxDialog
wxStaticText* GetStaticTextPFSlackBusAngle() { return m_staticTextPFSlackBusAngle; }
wxTextCtrl* GetTextCtrlPFSlackBusAngle() { return m_textCtrlPFSlackBusAngle; }
wxStaticText* GetStaticTextDeg_1() { return m_staticTextDeg_1; }
+ wxStaticText* GetStaticTextPFGaussTolerance() { return m_staticTextPFGaussTolerance; }
+ wxTextCtrl* GetTextCtrlPFGaussTolerance() { return m_textCtrlPFGaussTolerance; }
wxPanel* GetPanelPF() { return m_panelPF; }
wxStaticText* GetStaticTextTimeStep() { return m_staticTextTimeStep; }
wxTextCtrl* GetTextCtrlTimeStep() { return m_textCtrlTimeStep; }