ENH: Updated fvOption to reflect updated mesh-to-mesh interpolation

This commit is contained in:
andy
2013-03-22 15:31:29 +00:00
parent 97373ec669
commit 5baa8f5a6d

View File

@ -193,7 +193,8 @@ void Foam::fv::option::setCellSet()
meshToMeshNew::interpolationMethodNames_.read
(
dict_.lookup("interpolationMethod")
)
),
false // not interpolating patches
)
);
}