mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-13 09:51:57 -06:00
Add forgotten constructor delegation.
This commit is contained in:
parent
51b85276ec
commit
73170c4281
@ -93,6 +93,7 @@ namespace Opm
|
||||
|
||||
|
||||
AutoDiffMatrix(AutoDiffMatrix&& other)
|
||||
: AutoDiffMatrix()
|
||||
{
|
||||
swap(other);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user