this code has consolidated save function in abstract analysis - un-commented the analyses so they all run -
This commit is contained in:
parent
44c900e060
commit
60e51a84f2
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user