summaryrefslogtreecommitdiffstats
authorDon Pellegrino <don@drexel.edu>2009-10-01 20:00:09 (GMT)
committer Don Pellegrino <don@drexel.edu>2009-10-01 20:00:09 (GMT)
commit1e411153c9ca4c1b9eb36cbb92810faf507c7558 (patch) (side-by-side diff)
treeee382a1f26f49234caa6a6b5f7219083b3bb95cd
parent43539767e29f8d729b7f8e1ff6211902ddbc4b1a (diff)
downloadexp005-1e411153c9ca4c1b9eb36cbb92810faf507c7558.zip
exp005-1e411153c9ca4c1b9eb36cbb92810faf507c7558.tar.gz
exp005-1e411153c9ca4c1b9eb36cbb92810faf507c7558.tar.bz2
Commented out the datarose geometry as the implementation is still incomplete.
-rw-r--r--src/controller/callbacks/reshape.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/controller/callbacks/reshape.c b/src/controller/callbacks/reshape.c
index 67210c5..dedce5a 100644
--- a/src/controller/callbacks/reshape.c
+++ b/src/controller/callbacks/reshape.c
@@ -1,3 +1,4 @@
+#include "../../model/geometry/datarose_geometry.h"
#include "../../model/geometry/density_legend_geometry.h"
#include "../../view/state0.h"
#include "../actions/set_ortho.h"
@@ -80,7 +81,7 @@ reshape (int w, int h)
glViewport (0, 0, (GLsizei) w, (GLsizei) h);
density_legend_geometry ();
- datarose_geometry ();
+ // datarose_geometry ();
return;
}

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.