Skip to content
Snippets Groups Projects
Commit 08e4e5c5 authored by henry's avatar henry
Browse files
parent d06821b4
No related branches found
No related tags found
No related merge requests found
......@@ -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());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment