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

[PL] changed comment

parent be8d833a
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ createNonuniformNeumannBoundaryCondition( ...@@ -34,7 +34,7 @@ createNonuniformNeumannBoundaryCondition(
// Surface mesh and bulk mesh must have equal axial symmetry flags! // Surface mesh and bulk mesh must have equal axial symmetry flags!
boundary_mesh->setAxiallySymmetric(bulk_mesh.isAxiallySymmetric()); boundary_mesh->setAxiallySymmetric(bulk_mesh.isAxiallySymmetric());
// TODO add field type? // TODO finally use ProcessLib::Parameter here
auto const field_name = auto const field_name =
config.getConfigParameter<std::string>("field_name"); config.getConfigParameter<std::string>("field_name");
......
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