BUG: Added missing correctBoundaryConditions() to correctAlpha()

This commit is contained in:
andy
2012-12-19 11:20:03 +00:00
parent 80927cdfc3
commit fe975279b2

View File

@ -245,6 +245,8 @@ void thermoSingleLayer::correctAlpha()
alpha_[i] = 0.0;
}
}
alpha_.correctBoundaryConditions();
}
else
{