Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev

This commit is contained in:
laurence
2012-02-03 14:36:04 +00:00
49 changed files with 1123 additions and 242 deletions

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2012 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -150,8 +150,8 @@ public:
{
notImplemented
(
"dynamicTreeDataPoint::intersects(const label, const point&,"
"const point&, point&)"
"dynamicTreeDataPoint::intersects
"(const label, const point&, const point&, point&)"
);
return false;
}