mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Documentation updates
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user