Skip to content
Snippets Groups Projects
Commit 3e26473b authored by mattijs's avatar mattijs
Browse files

STYLE: solidThermo: indenting

parent 15188397
Branches
Tags
No related merge requests found
......@@ -35,6 +35,7 @@ namespace Foam
defineRunTimeSelectionTable(solidReactionThermo, dictionary);
}
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
Foam::solidReactionThermo::solidReactionThermo(const fvMesh& mesh)
......@@ -52,6 +53,7 @@ Foam::solidReactionThermo::solidReactionThermo
solidThermo(mesh, dict)
{}
// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * //
Foam::solidReactionThermo::~solidReactionThermo()
......
......@@ -69,4 +69,5 @@ bool Foam::solidThermo::read()
return regIOobject::read();
}
// ************************************************************************* //
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