Formatting

This commit is contained in:
Hrvoje Jasak 2011-05-26 11:29:50 +01:00
parent c59cb365b0
commit 838a596129

View file

@ -58,7 +58,7 @@ Foam::overlapGgiPolyPatch::expandData(const Field<Type>& pf) const
tmp<Field<Type> > texpandField tmp<Field<Type> > texpandField
( (
new Field<Type>( ncp*zone().size(), pTraits<Type>::zero ) new Field<Type>(ncp*zone().size(), pTraits<Type>::zero)
); );
Field<Type>& expandField = texpandField(); Field<Type>& expandField = texpandField();