aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/main.h
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-11-26 08:47:07 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-11-26 08:47:07 +0000
commit5309ef5b5ed3d21778eb0a89f96121e8e3333487 (patch)
treec66d8ac67364bc1a4fd1eb1e8762c36cf6f1568b /test/main.h
parentf14712a1a33704e6dfff2437aba2f28663c1847d (diff)
- improve and comment the "BasicStuff" test.
- adjust behavior of Matrix(int,int) constructor - s/EI_/EIGEN_/
Diffstat (limited to 'test/main.h')
-rw-r--r--test/main.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/main.h b/test/main.h
index 3eecec210..013abf595 100644
--- a/test/main.h
+++ b/test/main.h
@@ -23,8 +23,8 @@
// License. This exception does not invalidate any other reasons why a work
// based on this file might be covered by the GNU General Public License.
-#ifndef EI_TEST_MAIN_H
-#define EI_TEST_MAIN_H
+#ifndef EIGEN_TEST_MAIN_H
+#define EIGEN_TEST_MAIN_H
#include <QtTest/QtTest>
#include "../src/Core.h"
@@ -47,4 +47,4 @@ class EigenTest : public QObject
void testBasicStuff();
};
-#endif // EI_TEST_MAIN_H
+#endif // EIGEN_TEST_MAIN_H