Skip to content
Snippets Groups Projects
Commit 8b191109 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

COMP: default copy construct for MatrixBlock

parent e83145ce
Branches
Tags
No related merge requests found
......@@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2016 OpenFOAM Foundation
Copyright (C) 2019 OpenCFD Ltd.
Copyright (C) 2019-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
......@@ -155,6 +155,13 @@ public:
typedef typename MatrixType::cmptType cmptType;
// Generated Methods
//- Copy construct
MatrixBlock(const MatrixBlock&) = default;
// Constructors
//- Construct block for matrix, size and location
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment