aboutsummaryrefslogtreecommitdiff
path: root/pm.pro
diff options
context:
space:
mode:
authorSamuel Fadel <samuelfadel@gmail.com>2015-05-18 13:10:34 -0300
committerSamuel Fadel <samuelfadel@gmail.com>2015-05-18 13:10:34 -0300
commitaafcab1e7237d3ccbc80945eb8379a985d567a53 (patch)
tree3d41130be33ea023d11364f276ca07bcf8bd697d /pm.pro
parent0b6df071d94ae8f7c9cdd3c96506a1420129e471 (diff)
ForceScheme now (hopefully) does not produce NaNs. Removed the Glyph class and placed all scatterplot drawing code inside the Scatterplot class.
Diffstat (limited to 'pm.pro')
-rw-r--r--pm.pro4
1 files changed, 1 insertions, 3 deletions
diff --git a/pm.pro b/pm.pro
index a8d87d7..2ba534d 100644
--- a/pm.pro
+++ b/pm.pro
@@ -1,11 +1,9 @@
QT += qml quick
QMAKE_LIBS += -larmadillo
-HEADERS += glyph.h \
- scatterplot.h \
+HEADERS += scatterplot.h \
mp.h
SOURCES += main.cpp \
- glyph.cpp \
scatterplot.cpp \
lamp.cpp \
forceScheme.cpp \