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) (unidiff)
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 @@
1#include "../../model/geometry/datarose_geometry.h"
1#include "../../model/geometry/density_legend_geometry.h"2#include "../../model/geometry/density_legend_geometry.h"
2#include "../../view/state0.h"3#include "../../view/state0.h"
3#include "../actions/set_ortho.h"4#include "../actions/set_ortho.h"
@@ -80,7 +81,7 @@ reshape (int w, int h)
80 glViewport (0, 0, (GLsizei) w, (GLsizei) h);81 glViewport (0, 0, (GLsizei) w, (GLsizei) h);
8182
82 density_legend_geometry ();83 density_legend_geometry ();
83 datarose_geometry ();84 // datarose_geometry ();
8485
85 return;86 return;
86}87}

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.