aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2010-01-02 12:55:32 -0500
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2010-01-02 12:55:32 -0500
commitff94eaa4ae26adcf20b7e250688f1c7fd9bc2aac (patch)
treef92cdc2c454a5352a13f15055cafce35654423a6 /Eigen
parent25f8adfa6c6d6019d09f0611e56182c4688bd785 (diff)
clarify docs as requested on forum
Diffstat (limited to 'Eigen')
-rw-r--r--Eigen/src/Core/Coeffs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Eigen/src/Core/Coeffs.h b/Eigen/src/Core/Coeffs.h
index d2b3237c5..9a954babc 100644
--- a/Eigen/src/Core/Coeffs.h
+++ b/Eigen/src/Core/Coeffs.h
@@ -379,7 +379,6 @@ EIGEN_STRONG_INLINE void MatrixBase<Derived>::copyPacket(int index, const Matrix
other.derived().template packet<LoadMode>(index));
}
-
template<typename Derived, bool JustReturnZero>
struct ei_first_aligned_impl
{