ENH: solution.C, fvSchemes.C : remove syncPar argument

This commit is contained in:
mattijs
2010-12-03 13:01:13 +00:00
parent aafb9aa3f1
commit dd7f831225
4 changed files with 6 additions and 10 deletions

View File

@ -95,8 +95,7 @@ public:
solution
(
const objectRegistry& obr,
const fileName& dictName,
const bool syncPar=true
const fileName& dictName
);