Merge remote-tracking branch 'origin/develop' into develop-pre-release

This commit is contained in:
mattijs
2018-05-31 17:34:16 +01:00
1098 changed files with 4845 additions and 3834 deletions

View File

@ -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;

View File

@ -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: