Formatting
This commit is contained in:
parent
c59cb365b0
commit
838a596129
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
|
|
Reference in a new issue