STYLE: code clean-up

This commit is contained in:
andy 2013-07-24 12:26:34 +01:00
parent 618181c4db
commit e596b40b5f
2 changed files with 14 additions and 5 deletions

View File

@ -27,6 +27,7 @@ License
#include "fvPatchFieldMapper.H" #include "fvPatchFieldMapper.H"
#include "volFields.H" #include "volFields.H"
#include "IFstream.H" #include "IFstream.H"
#include "globalIndex.H"
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // // * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
@ -329,7 +330,10 @@ void Foam::externalCoupledMixedFvPatchField<Type>::initialiseRead
FatalErrorIn FatalErrorIn
( (
"void Foam::externalCoupledMixedFvPatchField<Type>::" "void Foam::externalCoupledMixedFvPatchField<Type>::"
"initialiseRead()" "initialiseRead"
"("
"IFstream&"
") const"
) )
<< "Unable to open data transfer file " << is.name() << "Unable to open data transfer file " << is.name()
<< " for patch " << this->patch().name() << " for patch " << this->patch().name()
@ -351,7 +355,10 @@ void Foam::externalCoupledMixedFvPatchField<Type>::initialiseRead
FatalErrorIn FatalErrorIn
( (
"void Foam::externalCoupledMixedFvPatchField<Type>::" "void Foam::externalCoupledMixedFvPatchField<Type>::"
"initialiseRead()" "initialiseRead"
"("
"IFstream&"
") const"
) )
<< "Unable to scan forward to appropriate read position for " << "Unable to scan forward to appropriate read position for "
<< "data transfer file " << is.name() << "data transfer file " << is.name()
@ -389,8 +396,10 @@ void Foam::externalCoupledMixedFvPatchField<Type>::readData
{ {
FatalErrorIn FatalErrorIn
( (
"void Foam::externalCoupledMixedFvPatchField<Type>::" "void Foam::externalCoupledMixedFvPatchField<Type>::readData"
"updateCoeffs()" "("
"const fileName&"
")"
) )
<< "Insufficient data for patch " << "Insufficient data for patch "
<< this->patch().name() << this->patch().name()

View File

@ -154,7 +154,7 @@ void Foam::externalCoupledTemperatureMixedFvPatchScalarField::transferData
FatalErrorIn FatalErrorIn
( (
"void Foam::externalCoupledTemperatureMixedFvPatchScalarField::" "void Foam::externalCoupledTemperatureMixedFvPatchScalarField::"
"writeData" "transferData"
"(" "("
"OFstream&" "OFstream&"
") const" ") const"