decomposePar: Corrected construction of cloud for processors

Resolves bug-report http://bugs.openfoam.org/view.php?id=2239
This commit is contained in:
Henry Weller
2016-09-21 17:19:58 +01:00
parent 481f8e5b97
commit 9e1e9011a5
12 changed files with 23 additions and 79 deletions

View File

@ -101,7 +101,6 @@ public:
const label cloudI,
const IOobjectList& lagrangianObjects,
PtrList<PtrList<IOField<Type>>>& lagrangianFields
// PtrList<IOField<Type>>& lagrangianFields
);
template<class Type>
@ -113,7 +112,6 @@ public:
<
PtrList<CompactIOField<Field<Type>, Type>>
>& lagrangianFields
// PtrList<CompactIOField<Field<Type>, Type >>& lagrangianFields
);