From aaf6ebfeb44cfac982c34353e79d8d21eee39ac1 Mon Sep 17 00:00:00 2001 From: Jamie Allen Date: Sat, 18 Feb 2012 20:45:20 +0100 Subject: [PATCH] moved the graphics code into David's new structure * removed unused and unneeded classes and added the ones that were missing * put the most recent graphics code into David's great structural org! current issues: * the config file is still not loading at the start of the code (only in RefractiveIndex.cpp does it work - not in main.cpp - where the 'full screen', etc. are set * the analyses being called in RefractiveIndex.cpp always run the first listed one twice - weird! * the saving (NUM_SAVE_PER_RUN) and frame (_frame_cnt_max) conditions are competing - can we relate them? --- src/ColorSingleAnalysis.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ColorSingleAnalysis.cpp b/src/ColorSingleAnalysis.cpp index 18d88a3..ec99afa 100755 --- a/src/ColorSingleAnalysis.cpp +++ b/src/ColorSingleAnalysis.cpp @@ -137,12 +137,10 @@ void ColorSingleAnalysis::draw() break; } - default: break; } - } // this runs at save_cb timer rate = DELTA_T_SAVE