Skip to content
Snippets Groups Projects
Commit bbb7b2ad authored by sergio's avatar sergio
Browse files

BUG : Changing name fo mappedPatchBase

parent 93e22265
No related merge requests found
......@@ -107,8 +107,8 @@ temperatureThermoBaffleFvPatchScalarField
<< exit(FatalError);
}
const directMappedPatchBase& mpp =
refCast<const directMappedPatchBase>(patch().patch());
const mappedPatchBase& mpp =
refCast<const mappedPatchBase>(patch().patch());
const word nbrMesh = mpp.sampleRegion();
......
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