Reformat "template <..." to template<"

Add support for constructing VectorSpaces from forms with lower component type,
e.g. Vector<scalar> from Vector<label>
This commit is contained in:
Henry
2013-02-21 15:07:09 +00:00
parent eb3ae955e6
commit 944b8d438b
146 changed files with 869 additions and 863 deletions

View File

@ -83,7 +83,7 @@ class patchProbes
//- Sample and write all the fields of the given type
template <class Type>
template<class Type>
void sampleAndWrite(const fieldGroup<Type>&);
@ -109,7 +109,7 @@ class patchProbes
//- Sample a single field on all sample locations
template <class Type>
template<class Type>
tmp<Field<Type> > sample(const word& fieldName) const;