mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: code spelling and formatting corrections
This commit is contained in:
@ -202,10 +202,7 @@ public:
|
|||||||
//- Return clone
|
//- Return clone
|
||||||
autoPtr<basicSource> clone() const
|
autoPtr<basicSource> clone() const
|
||||||
{
|
{
|
||||||
notImplemented
|
notImplemented("autoPtr<basicSource> clone() const");
|
||||||
(
|
|
||||||
"autoPtr<basicSource> clone() const"
|
|
||||||
);
|
|
||||||
return autoPtr<basicSource>(NULL);
|
return autoPtr<basicSource>(NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -273,7 +270,7 @@ public:
|
|||||||
//- Return const access to the mesh database
|
//- Return const access to the mesh database
|
||||||
inline const fvMesh& mesh() const;
|
inline const fvMesh& mesh() const;
|
||||||
|
|
||||||
//- Return dictionay
|
//- Return dictionary
|
||||||
inline const dictionary& dictCoeffs() const;
|
inline const dictionary& dictCoeffs() const;
|
||||||
|
|
||||||
//- Return const access to the source active flag
|
//- Return const access to the source active flag
|
||||||
@ -340,7 +337,6 @@ public:
|
|||||||
|
|
||||||
//- Read source dictionary
|
//- Read source dictionary
|
||||||
virtual bool read(const dictionary& dict) = 0;
|
virtual bool read(const dictionary& dict) = 0;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user