Formatting
This commit is contained in:
parent
325350fbe5
commit
ac79391b25
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,6 @@ template<class Type>
|
||||||
Foam::tmp<Foam::Field<Type> >
|
Foam::tmp<Foam::Field<Type> >
|
||||||
Foam::overlapGgiPolyPatch::expandSlaveData(const Field<Type>& spf) const
|
Foam::overlapGgiPolyPatch::expandSlaveData(const Field<Type>& spf) const
|
||||||
{
|
{
|
||||||
|
|
||||||
const scalar slaveAngle = shadow().angle();
|
const scalar slaveAngle = shadow().angle();
|
||||||
|
|
||||||
const label ncp = shadow().nCopies();
|
const label ncp = shadow().nCopies();
|
||||||
|
@ -63,6 +62,7 @@ Foam::overlapGgiPolyPatch::expandSlaveData(const Field<Type>& spf) const
|
||||||
return tef;
|
return tef;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
template<class Type>
|
template<class Type>
|
||||||
Foam::tmp<Foam::Field<Type> >
|
Foam::tmp<Foam::Field<Type> >
|
||||||
Foam::overlapGgiPolyPatch::expandMasterData(const Field<Type>& spf) const
|
Foam::overlapGgiPolyPatch::expandMasterData(const Field<Type>& spf) const
|
||||||
|
|
Reference in a new issue