Fixed error in the out-of-date use of pointMesh see:

http://www.cfd-online.com/Forums/openfoam-bugs/70259-vtkfoam-c-calls-call-non-existing-volpointinterpolate-ct
or.html
This commit is contained in:
henry
2009-11-19 09:09:57 +00:00
parent d06821b46b
commit 08e4e5c556

View File

@ -605,10 +605,7 @@ void Foam::vtkFoam::Update()
const fvMesh& mesh = *meshPtr_;
// Construct interpolation on the raw mesh
Foam::pointMesh pMesh(mesh);
Foam::volPointInterpolation pInterp(mesh, pMesh);
Foam::volPointInterpolation pInterp(mesh);
// Search for list of objects for this time
Foam::IOobjectList objects(mesh, dbPtr_().timeName());