Skip to content
Snippets Groups Projects
Commit 6441925d authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

attempt to fix VC++ comilation error.

requested move constructor in ProcessVariable explicitly.
parent 349ae3fd
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,8 @@ public:
ProcessVariable(ConfigTree const& config, MeshLib::Mesh const& mesh,
GeoLib::GEOObjects const& geometries);
ProcessVariable(ProcessVariable&&) = default; // maybe circumvents VC++ compilation errors in combination with std::vector
std::string const& getName() const;
/// Returns a mesh on which the process variable is defined.
......
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