aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-12-18 16:02:14 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-12-18 16:02:14 +0000
commit8bb98a80b462c55f63f11be7c24c1822554f2153 (patch)
tree50ce066e792fc4b2a279aa2737649d2b42695659 /test
parent3380429e3a93dff0f70fbe3e9646924acafb28cd (diff)
split the coeffs accessors/mutators into a separate Coeffs.h file
Diffstat (limited to 'test')
-rw-r--r--test/basicstuff.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/basicstuff.cpp b/test/basicstuff.cpp
index a1723a429..04fefc25e 100644
--- a/test/basicstuff.cpp
+++ b/test/basicstuff.cpp
@@ -36,7 +36,7 @@ template<typename MatrixType> void basicStuff(const MatrixType& m)
2) Implicitly (the core stuff):
MatrixBase.h Matrix.h MatrixStorage.h CopyHelper.h MatrixRef.h
- NumTraits.h Util.h
+ NumTraits.h Util.h MathFunctions.h OperatorEquals.h Coeffs.h
*/
typedef typename MatrixType::Scalar Scalar;