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

remove obsolete comments

parent 174731a0
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,6 @@ private:
GISASSimulation(const GISASSimulation& other);
//! Initializes the vector of Simulation elements
//! @param use_cache Initialize storage for accumulating results
void initSimulationElementVector() override;
void initialize();
......
......@@ -59,7 +59,6 @@ private:
OffSpecSimulation(const OffSpecSimulation& other);
//! Initializes the vector of Simulation elements
//! @param use_cache Initialize storage for accumulating results
void initSimulationElementVector() override;
//! Creates the appropriate data structure (e.g. 2D intensity map) from the calculated
......
......@@ -119,7 +119,6 @@ private:
void runSingleSimulation(size_t batch_start, size_t batch_size, double weight = 1.0);
//! Initializes the vector of Simulation elements
//! @param use_cache Initialize storage for accumulating results
virtual void initSimulationElementVector() = 0;
//! Generate a single threaded computation for a given range of simulation elements
......
......@@ -83,7 +83,6 @@ private:
SpecularSimulation(const SpecularSimulation& other);
//! Initializes the vector of Simulation elements
//! @param use_cache Initialize storage for accumulating results
void initSimulationElementVector() override;
std::vector<complex_t> getData(size_t i_layer, DataGetter fn_ptr) const;
......
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