Skip to content
Snippets Groups Projects
Commit 56692a03 authored by Christoph Lehmann's avatar Christoph Lehmann Committed by Dmitri Naumov
Browse files

Added members to move-ctor

parent 91a2f330
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ struct SmallDeformationProcessData
}
SmallDeformationProcessData(SmallDeformationProcessData&& other)
: material{std::move(other.material)}
: material{std::move(other.material)}, dt{other.dt}, t{other.t}
{
}
......
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