Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev

This commit is contained in:
andy
2008-06-18 10:22:51 +01:00
46 changed files with 126 additions and 145 deletions

View File

@ -123,8 +123,8 @@ public:
{
return
(
(a.first() == b.first()) && (a.second() == b.second())
|| (a.first() == b.second()) && (a.second() == b.first())
((a.first() == b.first()) && (a.second() == b.second()))
|| ((a.first() == b.second()) && (a.second() == b.first()))
);
}
@ -143,7 +143,7 @@ private:
// Private data
//- Dictionary of phases
//- Dictionary of phases
PtrDictionary<phase> phases_;
//- The phase chosen as reference, the one which is derived from