aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/ArrayBase.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-05-31 14:42:07 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-05-31 14:42:07 +0000
commitf5e599e48902826bea128c3bdc651bbe2a5fad53 (patch)
treef4cfe7b570dc233b3f08e6462883b93b3c85a7d4 /Eigen/src/Core/ArrayBase.h
parente2ac5d244edcacc4c95474a732dd5ec7ce2acb0f (diff)
* replace compile-time-if by meta-selector in Assign.h
as it speed up compilation. * fix minor typo introduced in the previous commit
Diffstat (limited to 'Eigen/src/Core/ArrayBase.h')
-rw-r--r--Eigen/src/Core/ArrayBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/Core/ArrayBase.h b/Eigen/src/Core/ArrayBase.h
index 222c0256a..874f0754a 100644
--- a/Eigen/src/Core/ArrayBase.h
+++ b/Eigen/src/Core/ArrayBase.h
@@ -42,4 +42,4 @@ public:
}
};
-#endif // EIGEN_ARRAYBASE_H \ No newline at end of file
+#endif // EIGEN_ARRAYBASE_H