Formatting
This commit is contained in:
parent
52c9cbf138
commit
87cb2ac5fa
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ Foam::EulerImplicit<CompType, ThermoType>::~EulerImplicit()
|
||||||
template<class CompType, class ThermoType>
|
template<class CompType, class ThermoType>
|
||||||
Foam::scalar Foam::EulerImplicit<CompType, ThermoType>::solve
|
Foam::scalar Foam::EulerImplicit<CompType, ThermoType>::solve
|
||||||
(
|
(
|
||||||
scalarField &c,
|
scalarField& c,
|
||||||
const scalar T,
|
const scalar T,
|
||||||
const scalar p,
|
const scalar p,
|
||||||
const scalar t0,
|
const scalar t0,
|
||||||
|
|
Reference in a new issue