Merge branch 'SwigPython'

This commit is contained in:
Hrvoje Jasak 2010-10-15 20:00:28 +01:00
commit ef4664773e

View file

@ -37,7 +37,6 @@ template<class Type>
Foam::tmp<Foam::Field<Type> >
Foam::overlapGgiPolyPatch::expandSlaveData(const Field<Type>& spf) const
{
const scalar slaveAngle = shadow().angle();
const label ncp = shadow().nCopies();
@ -64,6 +63,7 @@ Foam::overlapGgiPolyPatch::expandSlaveData(const Field<Type>& spf) const
return tef;
}
template<class Type>
Foam::tmp<Foam::Field<Type> >
Foam::overlapGgiPolyPatch::expandMasterData(const Field<Type>& spf) const