aboutsummaryrefslogtreecommitdiff
path: root/ui.hpp
diff options
context:
space:
mode:
authorAlex Auvolat <alex.auvolat@ens.fr>2015-02-01 18:07:20 +0100
committerAlex Auvolat <alex.auvolat@ens.fr>2015-02-01 18:07:20 +0100
commit29158da41e7943ea8019efdbff70c994fb1c73e9 (patch)
tree458cc13b97346d9d72c92119823c2f76bc2ddb57 /ui.hpp
parent3b8497a4d6c71ac542a2992a645c00bf99d45390 (diff)
downloadRobotique-Projet-29158da41e7943ea8019efdbff70c994fb1c73e9.tar.gz
Robotique-Projet-29158da41e7943ea8019efdbff70c994fb1c73e9.zip
Begin work on worker thread
Diffstat (limited to 'ui.hpp')
-rw-r--r--ui.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui.hpp b/ui.hpp
index 8496b58..07383fd 100644
--- a/ui.hpp
+++ b/ui.hpp
@@ -28,6 +28,7 @@ class UI {
problem _p;
solution _s;
solver _solver;
+ bool _got_sol;
struct {
double x0, y0, zoom;