diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2016-11-02 23:11:44 -0200 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2016-11-02 23:11:44 -0200 |
commit | 004257e2abebbf448ba8d1fba32daae216b2c88e (patch) | |
tree | 592ff32b18911e32ece4a7008d119627e856bd68 /Project/SyncMachineForm.h | |
parent | b306118b2683cf6f264b5f1617c3e0e62a6c9042 (diff) | |
download | PSP.git-004257e2abebbf448ba8d1fba32daae216b2c88e.tar.gz PSP.git-004257e2abebbf448ba8d1fba32daae216b2c88e.tar.xz PSP.git-004257e2abebbf448ba8d1fba32daae216b2c88e.zip |
Gauss-Seidel implemented
Diffstat (limited to 'Project/SyncMachineForm.h')
-rw-r--r-- | Project/SyncMachineForm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Project/SyncMachineForm.h b/Project/SyncMachineForm.h index 04d8e82..05ddcc3 100644 --- a/Project/SyncMachineForm.h +++ b/Project/SyncMachineForm.h @@ -24,8 +24,8 @@ class SyncMachineForm : public SyncMachineFormBase virtual bool ValidateData(); virtual void ReplaceStaticTextLabelChar(wxStaticText* staticText, wchar_t newChar); - SyncGenerator* m_syncGenerator; - SyncMotor* m_syncMotor; + SyncGenerator* m_syncGenerator = NULL; + SyncMotor* m_syncMotor = NULL; wxWindow* m_parent; }; #endif // SYNCMACHINEFORM_H |