mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Coding style tweaks
This commit is contained in:
@ -216,10 +216,10 @@ Foam::scalar Foam::InjectionModel<CloudType>::setNumberOfParticles
|
|||||||
"Foam::scalar "
|
"Foam::scalar "
|
||||||
"Foam::InjectionModel<CloudType>::setNumberOfParticles"
|
"Foam::InjectionModel<CloudType>::setNumberOfParticles"
|
||||||
"("
|
"("
|
||||||
" const label, "
|
"const label, "
|
||||||
" const scalar, "
|
"const scalar, "
|
||||||
" const scalar, "
|
"const scalar, "
|
||||||
" const scalar"
|
"const scalar"
|
||||||
")"
|
")"
|
||||||
)<< "Unknown parcelBasis type" << nl
|
)<< "Unknown parcelBasis type" << nl
|
||||||
<< exit(FatalError);
|
<< exit(FatalError);
|
||||||
|
|||||||
Reference in New Issue
Block a user