aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/stdvector.cpp
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2009-01-20 16:50:47 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2009-01-20 16:50:47 +0000
commitf645d1f911fe31ed9a1203681956fd87bc49fcf3 (patch)
treeb28c5d95d9a372b3f16637d7f916ca81a888f102 /test/stdvector.cpp
parent8973d12cdae503e0996edd52f8c78879274c0e70 (diff)
* complete the support of QVector via a QtAlignedMalloc header
* add a unit test for QVector which shows the issue with QVector::fill
Diffstat (limited to 'test/stdvector.cpp')
-rw-r--r--test/stdvector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/stdvector.cpp b/test/stdvector.cpp
index ac7a2967e..be9fc275b 100644
--- a/test/stdvector.cpp
+++ b/test/stdvector.cpp
@@ -1,7 +1,7 @@
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra. Eigen itself is part of the KDE project.
//
-// Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr>
+// Copyright (C) 2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public