From 60e51a84f2862eaca33ffac684e7922045afa0b7 Mon Sep 17 00:00:00 2001 From: Jamie Allen Date: Sun, 26 Feb 2012 16:58:18 +0100 Subject: [PATCH] this code has consolidated save function in abstract analysis - un-commented the analyses so they all run - --- example/RefractiveIndex.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/RefractiveIndex.cpp b/example/RefractiveIndex.cpp index b6331fc..69532f8 100644 --- a/example/RefractiveIndex.cpp +++ b/example/RefractiveIndex.cpp @@ -100,7 +100,7 @@ void RefractiveIndex::setup() _analysisVector.push_back(new ShadowScapesAnalysis(H)); _analysisVector.push_back(new ShadowScapesAnalysis(D)); - /* + _analysisVector.push_back(new RelaxRateAnalysis()); _analysisVector.push_back(new IResponseAnalysis()); @@ -117,7 +117,7 @@ void RefractiveIndex::setup() _analysisVector.push_back(new DiffNoiseAnalysis()); - */ + //_currentAnalysisIndx = 0; //_currentAnalysis = _analysisVector.at(_currentAnalysisIndx++); //_state = ISTATE_START;