Skip to content
Snippets Groups Projects
Commit e4ce0455 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

rm fct

parent da426daa
No related branches found
No related tags found
1 merge request!901Modernize some fit examples; new make target "manualtest"; cleanup in ISimulation context
......@@ -23,11 +23,8 @@ ScatteringSimulation::ScatteringSimulation(const Beam& beam, const MultiLayer& s
const IDetector& detector)
: ISimulation2D(beam, sample, detector)
{
initialize();
}
void ScatteringSimulation::initialize() {}
void ScatteringSimulation::prepareSimulation()
{
if (detector().rank() != 2)
......
......@@ -46,8 +46,6 @@ private:
//! Initializes the vector of ISimulation elements
void initElementVector() override;
void initialize();
#endif // SWIG
};
......
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