mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
remove trailing space from some files
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user