STYLE: corrected typos in header file comments

This commit is contained in:
andy
2012-08-20 10:15:14 +01:00
parent 9162ade598
commit f29916e208
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -161,7 +161,7 @@ public:
// 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);
//- Return a reference to a named selected pyrolysis model

View File

@ -262,7 +262,7 @@ public:
//- Evolve the region
virtual void evolveRegion();
//- Evolve the film
//- Evolve the region
virtual void evolve();