diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-09-08 00:21:04 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-09-08 00:21:04 -0300 |
commit | 93c3c0af32d08bbc22b43a03d81fad37fd8feb19 (patch) | |
tree | ea6169d417de18c21c17015c0dff43e02b06dd75 /Project/DataReport.h | |
parent | 41b81949a92aad043caa28b0e1144348d06921f8 (diff) | |
download | PSP.git-93c3c0af32d08bbc22b43a03d81fad37fd8feb19.tar.gz PSP.git-93c3c0af32d08bbc22b43a03d81fad37fd8feb19.tar.xz PSP.git-93c3c0af32d08bbc22b43a03d81fad37fd8feb19.zip |
Some grid improvement
Diffstat (limited to 'Project/DataReport.h')
-rw-r--r-- | Project/DataReport.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Project/DataReport.h b/Project/DataReport.h index 61d8e15..0a23e91 100644 --- a/Project/DataReport.h +++ b/Project/DataReport.h @@ -42,5 +42,8 @@ public: wxArrayString m_voltageChoices; wxArrayString m_activePowerChoices; wxArrayString m_reactivePowerChoices; + wxArrayString m_resistanceChoices; + wxArrayString m_indReactanceChoices; + wxArrayString m_capSusceptanceChoices; }; #endif // DATAREPORT_H |