ENH: Documentation updates

This commit is contained in:
andy
2013-06-13 12:58:03 +01:00
parent 15994afca1
commit ea94da2168
6 changed files with 26 additions and 27 deletions

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -54,7 +54,7 @@ namespace Foam
// Forward declaration of classes
/*---------------------------------------------------------------------------*\
Class searchablePlate Declaration
Class searchablePlate Declaration
\*---------------------------------------------------------------------------*/
class searchablePlate
@ -112,7 +112,7 @@ public:
(
const IOobject& io,
const point& origin,
const point& span
const vector& span
);
//- Construct from dictionary (used by searchableSurface)
@ -122,6 +122,7 @@ public:
const dictionary& dict
);
//- Destructor
virtual ~searchablePlate();
@ -254,7 +255,6 @@ public:
notImplemented("searchablePlate::writeData(Ostream&) const");
return false;
}
};