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

STYLE: corrected typos in header file comments

parent 9162ade5
Branches
Tags
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | \\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
...@@ -161,7 +161,7 @@ public: ...@@ -161,7 +161,7 @@ public:
// Selectors // Selectors
//- Return a reference to the selected pyrolysis film model //- Return a reference to the selected pyrolysis model
static autoPtr<pyrolysisModel> New(const fvMesh& mesh); static autoPtr<pyrolysisModel> New(const fvMesh& mesh);
//- Return a reference to a named selected pyrolysis model //- Return a reference to a named selected pyrolysis model
......
...@@ -262,7 +262,7 @@ public: ...@@ -262,7 +262,7 @@ public:
//- Evolve the region //- Evolve the region
virtual void evolveRegion(); virtual void evolveRegion();
//- Evolve the film //- Evolve the region
virtual void evolve(); virtual void evolve();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment