Corrected documentation comment for disabled copy constructors
This commit is contained in:
@ -96,7 +96,7 @@ class createShellMesh
|
||||
);
|
||||
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
createShellMesh(const createShellMesh&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
Reference in New Issue
Block a user