Formatting

This commit is contained in:
Hrvoje Jasak 2010-10-15 19:29:17 +01:00
parent 325350fbe5
commit ac79391b25

View file

@ -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