ENH: decompositionMethod : move storage of dictionary to those classes that need it

This commit is contained in:
mattijs
2010-08-27 18:31:54 +01:00
parent 24d011372c
commit 03d98b6d22
5 changed files with 14 additions and 37 deletions

View File

@ -53,7 +53,7 @@ protected:
// Protected data
const dictionary decompositionDict_;
const dictionary& decompositionDict_;
label nProcessors_;