Skip to content
Snippets Groups Projects
Commit 5965d43b authored by Tom Fischer's avatar Tom Fischer
Browse files

[PL/BC/PhaseField] Rm unused var. pos.

parent 56ba6e4b
No related branches found
No related tags found
No related merge requests found
...@@ -22,8 +22,6 @@ void PhaseFieldIrreversibleDamageOracleBoundaryCondition::getEssentialBCValues( ...@@ -22,8 +22,6 @@ void PhaseFieldIrreversibleDamageOracleBoundaryCondition::getEssentialBCValues(
const double /*t*/, GlobalVector const& /*x*/, const double /*t*/, GlobalVector const& /*x*/,
NumLib::IndexValueVector<GlobalIndexType>& bc_values) const NumLib::IndexValueVector<GlobalIndexType>& bc_values) const
{ {
ParameterLib::SpatialPosition pos;
bc_values.ids.clear(); bc_values.ids.clear();
bc_values.values.clear(); bc_values.values.clear();
......
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