BUG: reconstructPar: mesh re-reading

This commit is contained in:
mattijs
2013-10-30 09:08:27 +00:00
parent 41650787b1
commit 2131f9f3e4

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | \\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -31,6 +31,15 @@ License
void Foam::processorMeshes::read() void Foam::processorMeshes::read()
{ {
forAll(databases_, procI)
{
meshes_.set(procI, NULL);
pointProcAddressing_.set(procI, NULL);
faceProcAddressing_.set(procI, NULL);
cellProcAddressing_.set(procI, NULL);
boundaryProcAddressing_.set(procI, NULL);
}
forAll(databases_, procI) forAll(databases_, procI)
{ {
meshes_.set meshes_.set