cleanups, a few comments, and cout commented out

This commit is contained in:
Jamie Allen 2012-02-21 02:01:01 +01:00
parent 78c2edc0ac
commit 0cd3bca7c0
2 changed files with 2 additions and 2 deletions

View File

@ -210,7 +210,7 @@ void RefractiveIndex::draw()
// 4) should end in black screen as well // 4) should end in black screen as well
// 5) final kill button // 5) final kill button
ofRect(0,0,ofGetWidth(), ofGetHeight()); //ofRect(0,0,ofGetWidth(), ofGetHeight());
if(_currentAnalysis) if(_currentAnalysis)
_currentAnalysis->draw(); _currentAnalysis->draw();

View File

@ -335,7 +335,7 @@ void ShadowScapesAnalysis::save_cb(Timer& timer)
RefractiveIndex::_pixels = RefractiveIndex::_vidGrabber.getPixelsRef(); //get ofPixels from the camera RefractiveIndex::_pixels = RefractiveIndex::_vidGrabber.getPixelsRef(); //get ofPixels from the camera
} }
cout << "ShadowScapesAnalysis::saving...\n"; //cout << "ShadowScapesAnalysis::saving...\n";
string file_name; string file_name;