Skip to content
Snippets Groups Projects
Commit fc89cecb authored by wenqing's avatar wenqing Committed by Dmitri Naumov
Browse files

[ProjectData] call MeshLib::setMeshSpaceDimension(meshes)

parent 28e04a5b
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@
#include "MeshGeoToolsLib/CreateSearchLength.h"
#include "MeshGeoToolsLib/SearchLength.h"
#include "MeshLib/Mesh.h"
#include "MeshLib/Utils/SetMeshSpaceDimension.h"
#include "NumLib/ODESolver/ConvergenceCriterion.h"
#include "ProcessLib/CreateJacobianAssembler.h"
#include "ProcessLib/DeactivatedSubdomain.h"
......@@ -208,6 +209,9 @@ std::vector<std::unique_ptr<MeshLib::Mesh>> readMeshes(
std::move(begin(additional_meshes), end(additional_meshes),
std::back_inserter(meshes));
}
MeshLib::setMeshSpaceDimension(meshes);
return meshes;
}
......
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