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:
@ -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());
|
||||
|
||||
Reference in New Issue
Block a user