Corrected line length

This commit is contained in:
Henry
2012-10-01 09:58:13 +01:00
parent e3081f6880
commit 27528e6ac4

View File

@ -98,7 +98,14 @@ typedef \
> \
> Transport##Type##Thermo##EqnOfState##Specie; \
\
makeReactionMixtureThermo(BaseThermo,CThermo,MixtureThermo,Mixture,Transport##Type##Thermo##EqnOfState##Specie)
makeReactionMixtureThermo \
( \
BaseThermo, \
CThermo, \
MixtureThermo, \
Mixture, \
Transport##Type##Thermo##EqnOfState##Specie \
);
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //