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

Remove unused methods

parent 9f7cdde1
No related branches found
No related tags found
No related merge requests found
......@@ -39,8 +39,6 @@ public:
std::vector<SimulationElement>::iterator end_it);
~DWBAComputation();
void run();
private:
void runProtected() override;
std::unique_ptr<IFresnelMap> createFresnelMap();
......
......@@ -40,8 +40,6 @@ public:
std::vector<SimulationElement>::iterator end_it);
virtual ~SpecularComputation();
void run();
private:
void runProtected() override;
std::unique_ptr<IFresnelMap> createFresnelMap();
......
......@@ -336,4 +336,4 @@ void runComputations(std::vector<std::unique_ptr<IComputation>> computations)
"Messages: "
+ StringUtils::join(failure_messages, " --- "));
}
}
} // unnamed namespace
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