aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/SuperLUSupport
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/SuperLUSupport')
-rw-r--r--Eigen/SuperLUSupport6
1 files changed, 1 insertions, 5 deletions
diff --git a/Eigen/SuperLUSupport b/Eigen/SuperLUSupport
index f4e7c6b38..09aa1b6ca 100644
--- a/Eigen/SuperLUSupport
+++ b/Eigen/SuperLUSupport
@@ -16,7 +16,7 @@ typedef int int_t;
// slu_util.h defines a preprocessor token named EMPTY which is really polluting,
// so we remove it in favor of a SUPERLU_EMPTY token.
-// If EMPTY was already, defined then we don't undef it.
+// If EMPTY was already defined then we don't undef it.
#if defined(EIGEN_EMPTY_WAS_ALREADY_DEFINED)
# undef EIGEN_EMPTY_WAS_ALREADY_DEFINED
@@ -28,8 +28,6 @@ typedef int int_t;
namespace Eigen { struct SluMatrix; }
-namespace Eigen {
-
/** \ingroup Support_modules
* \defgroup SuperLUSupport_Module SuperLUSupport module
*
@@ -46,8 +44,6 @@ namespace Eigen {
#include "src/SuperLUSupport/SuperLUSupport.h"
-} // namespace Eigen
-
#include "src/Core/util/ReenableStupidWarnings.h"
#endif // EIGEN_SUPERLUSUPPORT_MODULE_H