Skip to content
Snippets Groups Projects
Commit fe975279 authored by andy's avatar andy
Browse files

BUG: Added missing correctBoundaryConditions() to correctAlpha()

parent 80927cdf
Branches
Tags
No related merge requests found
...@@ -245,6 +245,8 @@ void thermoSingleLayer::correctAlpha() ...@@ -245,6 +245,8 @@ void thermoSingleLayer::correctAlpha()
alpha_[i] = 0.0; alpha_[i] = 0.0;
} }
} }
alpha_.correctBoundaryConditions();
} }
else else
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment