aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index 2024ae7..5da297f 100644
--- a/main.cpp
+++ b/main.cpp
@@ -51,5 +51,6 @@ int main(int argc, char **argv)
QObject::connect(interactionHandler.get(), SIGNAL(subsampleChanged(const arma::mat &)),
plot, SLOT(setData(const arma::mat &)));
interactionHandler.get()->setSubsample(Ys);
+
return app.exec();
}