Standardised the class declaration section comments to correspond to the foamNewSource template
This commit is contained in:
@ -96,7 +96,7 @@ class SDA
|
||||
|
||||
// Private Member Functions
|
||||
|
||||
//- Disallow copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
SDA(const SDA&);
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -66,7 +66,7 @@ class axisRotationMotion
|
||||
|
||||
// Private Member Functions
|
||||
|
||||
//- Disallow copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
axisRotationMotion(const axisRotationMotion&);
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -62,7 +62,7 @@ class linearMotion
|
||||
|
||||
// Private Member Functions
|
||||
|
||||
//- Disallow copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
linearMotion(const linearMotion&);
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -62,7 +62,7 @@ class multiMotion
|
||||
|
||||
// Private Member Functions
|
||||
|
||||
//- Disallow copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
multiMotion(const multiMotion&);
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -65,7 +65,7 @@ class oscillatingLinearMotion
|
||||
|
||||
// Private Member Functions
|
||||
|
||||
//- Disallow copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
oscillatingLinearMotion(const oscillatingLinearMotion&);
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -68,7 +68,7 @@ class oscillatingRotatingMotion
|
||||
|
||||
// Private Member Functions
|
||||
|
||||
//- Disallow copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
oscillatingRotatingMotion(const oscillatingRotatingMotion&);
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -73,7 +73,7 @@ class rotatingMotion
|
||||
|
||||
// Private Member Functions
|
||||
|
||||
//- Disallow copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
rotatingMotion(const rotatingMotion&);
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -78,7 +78,7 @@ class tabulated6DoFMotion
|
||||
|
||||
// Private Member Functions
|
||||
|
||||
//- Disallow copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
tabulated6DoFMotion(const tabulated6DoFMotion&);
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
Reference in New Issue
Block a user