Formatting

This commit is contained in:
Hrvoje Jasak 2011-05-26 11:29:50 +01:00
parent b11fa82384
commit 176e2e7cbd

View file

@ -58,7 +58,7 @@ Foam::overlapGgiPolyPatch::expandData(const Field<Type>& pf) const
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();