author | Don Pellegrino <don@drexel.edu> | 2009-10-01 20:00:09 (GMT) |
---|---|---|
committer | Don Pellegrino <don@drexel.edu> | 2009-10-01 20:00:09 (GMT) |
commit | 1e411153c9ca4c1b9eb36cbb92810faf507c7558 (patch) (unidiff) | |
tree | ee382a1f26f49234caa6a6b5f7219083b3bb95cd | |
parent | 43539767e29f8d729b7f8e1ff6211902ddbc4b1a (diff) | |
download | exp005-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.c | 3 |
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); |
81 | 82 | ||
82 | density_legend_geometry (); | 83 | density_legend_geometry (); |
83 | datarose_geometry (); | 84 | // datarose_geometry (); |
84 | 85 | ||
85 | return; | 86 | return; |
86 | } | 87 | } |