Add forgotten constructor delegation.

This commit is contained in:
Atgeirr Flø Rasmussen 2015-08-27 13:47:48 +02:00 committed by babrodtk
parent 51b85276ec
commit 73170c4281

View File

@ -93,6 +93,7 @@ namespace Opm
AutoDiffMatrix(AutoDiffMatrix&& other)
: AutoDiffMatrix()
{
swap(other);
}