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

rm move c'tor

parent 7272c8af
No related branches found
No related tags found
1 merge request!2258rm some more unused fcts
......@@ -46,6 +46,4 @@ ReLayout::ReLayout(double surface_density, OwningVector<const CoheringSubparticl
{
}
ReLayout::ReLayout(ReLayout&& other) = default;
ReLayout::~ReLayout() = default;
......@@ -34,7 +34,6 @@ class ReLayout {
public:
ReLayout(double surface_density, OwningVector<const CoheringSubparticles>&& particles,
const IInterference* iff, const SimulationOptions& options, bool polarized);
ReLayout(ReLayout&& other);
~ReLayout();
......
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