Skip to content
Snippets Groups Projects
Commit 0482598c authored by Van Herck, Walter's avatar Van Herck, Walter
Browse files

Removed commented code from GISASExperiment

parent 3a858d8c
No related branches found
No related tags found
No related merge requests found
......@@ -39,8 +39,6 @@ void GISASExperiment::runSimulation()
}
m_intensity_map.setAllTo(0.0);
// MaskCoordinates circle_mask;
// m_intensity_map.addMask(circle_mask);
if(n_threads_total<0) {
DWBASimulation *p_dwba_simulation = mp_sample->createDWBASimulation();
if (!p_dwba_simulation) throw NullPointerException("GISASExperiment::runSimulation() -> No dwba simulation");
......@@ -87,7 +85,6 @@ void GISASExperiment::runSimulation()
delete threads[i];
}
}
// m_intensity_map.removeAllMasks();
m_detector.applyDetectorResolution(&m_intensity_map);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment