mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add forgotten constructor delegation.
This commit is contained in:
committed by
babrodtk
parent
51b85276ec
commit
73170c4281
@@ -93,6 +93,7 @@ namespace Opm
|
||||
|
||||
|
||||
AutoDiffMatrix(AutoDiffMatrix&& other)
|
||||
: AutoDiffMatrix()
|
||||
{
|
||||
swap(other);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user