mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge remote-tracking branch 'origin/develop' into develop-pre-release
This commit is contained in:
@ -128,10 +128,10 @@ class rigidBodyMeshMotion
|
||||
|
||||
// Private Member Functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- No copy construct
|
||||
rigidBodyMeshMotion(const rigidBodyMeshMotion&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
//- No copy assignment
|
||||
void operator=(const rigidBodyMeshMotion&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -115,14 +115,14 @@ class rigidBodyMeshMotionSolver
|
||||
|
||||
// Private Member Functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- No copy construct
|
||||
rigidBodyMeshMotionSolver
|
||||
(
|
||||
const rigidBodyMeshMotionSolver&
|
||||
);
|
||||
) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
void operator=(const rigidBodyMeshMotionSolver&);
|
||||
//- No copy assignment
|
||||
void operator=(const rigidBodyMeshMotionSolver&) = delete;
|
||||
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user