Corrected line lengths

This commit is contained in:
Henry 2012-10-04 10:17:09 +01:00
parent 80b2446564
commit 865f2448e5
3 changed files with 14 additions and 6 deletions

View File

@ -127,7 +127,8 @@ void Foam::hePsiThermo<BasicPsiThermo, MixtureType>::correct()
{
if (debug)
{
Info<< "entering hePsiThermo<BasicPsiThermo, MixtureType>::correct()" << endl;
Info<< "entering hePsiThermo<BasicPsiThermo, MixtureType>::correct()"
<< endl;
}
// force the saving of the old-time values
@ -137,7 +138,8 @@ void Foam::hePsiThermo<BasicPsiThermo, MixtureType>::correct()
if (debug)
{
Info<< "exiting hePsiThermo<BasicPsiThermo, MixtureType>::correct()" << endl;
Info<< "exiting hePsiThermo<BasicPsiThermo, MixtureType>::correct()"
<< endl;
}
}

View File

@ -34,7 +34,8 @@ License
#define makeReactionMixtureThermo(BaseThermo,CThermo,MixtureThermo,Mixture,ThermoPhys) \
\
typedef MixtureThermo \
< CThermo, \
< \
CThermo, \
SpecieMixture \
< \
Mixture \

View File

@ -119,7 +119,10 @@ void Foam::heheuPsiThermo<BasicPsiThermo, MixtureType>::calculate()
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
template<class BasicPsiThermo, class MixtureType>
Foam::heheuPsiThermo<BasicPsiThermo, MixtureType>::heheuPsiThermo(const fvMesh& mesh)
Foam::heheuPsiThermo<BasicPsiThermo, MixtureType>::heheuPsiThermo
(
const fvMesh& mesh
)
:
heThermo<psiuReactionThermo, MixtureType>(mesh),
Tu_
@ -200,7 +203,8 @@ void Foam::heheuPsiThermo<BasicPsiThermo, MixtureType>::correct()
{
if (debug)
{
Info<< "entering heheuPsiThermo<BasicPsiThermo, MixtureType>::correct()" << endl;
Info<< "entering heheuPsiThermo<BasicPsiThermo, MixtureType>::correct()"
<< endl;
}
// force the saving of the old-time values
@ -210,7 +214,8 @@ void Foam::heheuPsiThermo<BasicPsiThermo, MixtureType>::correct()
if (debug)
{
Info<< "exiting heheuPsiThermo<BasicPsiThermo, MixtureType>::correct()" << endl;
Info<< "exiting heheuPsiThermo<BasicPsiThermo, MixtureType>::correct()"
<< endl;
}
}