Skip to content
Snippets Groups Projects
Commit 95b03d4d authored by Tom Fischer's avatar Tom Fischer Committed by Dmitri Naumov
Browse files

[PL] Using new interface for searching geometry.

parent 50b8b496
No related branches found
No related tags found
No related merge requests found
......@@ -66,10 +66,8 @@ ProcessVariable::ProcessVariable(
std::string const geometry_name =
bc_config.get<std::string>("geometry");
// TODO Currently only Polylines are supported for the boundary
// conditions.
GeoLib::GeoObject const* const geometry = geometries.getGeoObject(
geometrical_set_name, GeoLib::GEOTYPE::POLYLINE, geometry_name);
geometrical_set_name, geometry_name);
DBUG("Found geometry type \"%s\"",
GeoLib::convertGeoTypeToString(geometry->getGeoType()).c_str());
......
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