GeometricField: Reformatted slightly.

This commit is contained in:
henry
2010-01-28 16:08:11 +00:00
parent d36bb781b7
commit 200b5d4f29

View File

@ -345,12 +345,12 @@ public:
); );
//- Construct as copy of tmp<GeometricField> deleting argument //- Construct as copy of tmp<GeometricField> deleting argument
# ifdef ConstructFromTmp #ifdef ConstructFromTmp
GeometricField GeometricField
( (
const tmp<GeometricField<Type, PatchField, GeoMesh> >& const tmp<GeometricField<Type, PatchField, GeoMesh> >&
); );
# endif #endif
//- Construct as copy resetting IO parameters //- Construct as copy resetting IO parameters
GeometricField GeometricField
@ -367,13 +367,13 @@ public:
); );
//- Construct as copy resetting name //- Construct as copy resetting name
# ifdef ConstructFromTmp #ifdef ConstructFromTmp
GeometricField GeometricField
( (
const word& newName, const word& newName,
const tmp<GeometricField<Type, PatchField, GeoMesh> >& const tmp<GeometricField<Type, PatchField, GeoMesh> >&
); );
# endif #endif
//- Construct as copy resetting IO parameters and patch type //- Construct as copy resetting IO parameters and patch type
GeometricField GeometricField
@ -392,9 +392,8 @@ public:
); );
// Destructor //- Destructor
virtual ~GeometricField();
virtual ~GeometricField();
// Member Functions // Member Functions