From d541765e855c376d1abe053889dca39e2cd4e0e2 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 12 Jun 2013 18:02:13 +0200 Subject: [PATCH] Fix copy constructor signature --- Eigen/src/SparseLU/SparseLU.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Eigen/src/SparseLU/SparseLU.h b/Eigen/src/SparseLU/SparseLU.h index c8dcbfa21..ee79c7762 100644 --- a/Eigen/src/SparseLU/SparseLU.h +++ b/Eigen/src/SparseLU/SparseLU.h @@ -344,8 +344,8 @@ class SparseLU : public internal::SparseLUImpl