Skip to content
Snippets Groups Projects
Commit 98898e78 authored by Andrew Heather's avatar Andrew Heather
Browse files

BUG: externalWallHeatFluxTemperature - set size of qrPrevious_ before

mapping.  Fixes #983
parent 5e7a7661
Branches
Tags
No related merge requests found
......@@ -215,6 +215,7 @@ externalWallHeatFluxTemperatureFvPatchScalarField
if (qrName_ != "none")
{
qrPrevious_.setSize(mapper.size());
qrPrevious_.map(ptf.qrPrevious_, mapper);
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment