remove trailing space from some files

This commit is contained in:
Mark Olesen
2009-12-04 13:39:35 +01:00
parent 24543185dc
commit 5e972c772f
341 changed files with 780 additions and 780 deletions

View File

@ -151,7 +151,7 @@ public:
const wordList& patchFieldTypes
) const;
//- Interpolate volField using inverse distance weighting
//- Interpolate volField using inverse distance weighting
// returning pointField
template<class Type>
tmp<GeometricField<Type, pointPatchField, pointMesh> > interpolate
@ -159,7 +159,7 @@ public:
const GeometricField<Type, fvPatchField, volMesh>&
) const;
//- Interpolate tmp<volField> using inverse distance weighting
//- Interpolate tmp<volField> using inverse distance weighting
// returning pointField
template<class Type>
tmp<GeometricField<Type, pointPatchField, pointMesh> > interpolate