Skip to content
Snippets Groups Projects
Commit 3b0e4537 authored by andy's avatar andy
Browse files

STYLE: code spelling and formatting corrections

parent 6c0ea9d1
Branches
Tags
No related merge requests found
......@@ -202,10 +202,7 @@ public:
//- Return clone
autoPtr<basicSource> clone() const
{
notImplemented
(
"autoPtr<basicSource> clone() const"
);
notImplemented("autoPtr<basicSource> clone() const");
return autoPtr<basicSource>(NULL);
}
......@@ -273,7 +270,7 @@ public:
//- Return const access to the mesh database
inline const fvMesh& mesh() const;
//- Return dictionay
//- Return dictionary
inline const dictionary& dictCoeffs() const;
//- Return const access to the source active flag
......@@ -340,7 +337,6 @@ public:
//- Read source dictionary
virtual bool read(const dictionary& dict) = 0;
};
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment