From 0cd3bca7c0b3bf48a9759f76edcb887e3888816a Mon Sep 17 00:00:00 2001 From: Jamie Allen Date: Tue, 21 Feb 2012 02:01:01 +0100 Subject: [PATCH] cleanups, a few comments, and cout commented out --- example/RefractiveIndex.cpp | 2 +- src/ShadowScapesAnalysis.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/RefractiveIndex.cpp b/example/RefractiveIndex.cpp index df13735..9d3b172 100644 --- a/example/RefractiveIndex.cpp +++ b/example/RefractiveIndex.cpp @@ -210,7 +210,7 @@ void RefractiveIndex::draw() // 4) should end in black screen as well // 5) final kill button - ofRect(0,0,ofGetWidth(), ofGetHeight()); + //ofRect(0,0,ofGetWidth(), ofGetHeight()); if(_currentAnalysis) _currentAnalysis->draw(); diff --git a/src/ShadowScapesAnalysis.cpp b/src/ShadowScapesAnalysis.cpp index f10698a..3a1b454 100755 --- a/src/ShadowScapesAnalysis.cpp +++ b/src/ShadowScapesAnalysis.cpp @@ -335,7 +335,7 @@ void ShadowScapesAnalysis::save_cb(Timer& timer) RefractiveIndex::_pixels = RefractiveIndex::_vidGrabber.getPixelsRef(); //get ofPixels from the camera } - cout << "ShadowScapesAnalysis::saving...\n"; + //cout << "ShadowScapesAnalysis::saving...\n"; string file_name;