mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Corrected line length
This commit is contained in:
@ -98,7 +98,14 @@ typedef \
|
|||||||
> \
|
> \
|
||||||
> Transport##Type##Thermo##EqnOfState##Specie; \
|
> 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 \
|
||||||
|
);
|
||||||
|
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|||||||
Reference in New Issue
Block a user