diff options
| author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-09-09 19:11:41 -0300 |
|---|---|---|
| committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-09-09 19:11:41 -0300 |
| commit | 91b9c3f9909955443e74dedb248fc48fa984709b (patch) | |
| tree | c1bf65c2bd297d44e258067155292d9798f4c8c9 /Project/Workspace.h | |
| parent | 9e1f6849c929506a17fa12185c5c0185d5287177 (diff) | |
| download | PSP.git-91b9c3f9909955443e74dedb248fc48fa984709b.tar.gz PSP.git-91b9c3f9909955443e74dedb248fc48fa984709b.tar.xz PSP.git-91b9c3f9909955443e74dedb248fc48fa984709b.zip | |
Data report fully implemented
Diffstat (limited to 'Project/Workspace.h')
| -rw-r--r-- | Project/Workspace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/Workspace.h b/Project/Workspace.h index 7eb82ba..5a36106 100644 --- a/Project/Workspace.h +++ b/Project/Workspace.h @@ -168,6 +168,7 @@ protected: std::vector<double> m_stabilityTimeVector; bool m_continuousCalc = false; + bool m_disconnectedElement = false; bool m_justOpened = false; }; |
