aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/main.h
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-09-27 19:54:04 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-09-27 19:54:04 +0000
commit28c44a95c21bb18ec265faba69e750c430045f9c (patch)
treeafaf7675f2b33c7818f846f72da8367a67fa714d /test/main.h
parent5160e9d0292b7ebf39376803c5b7764f0f838714 (diff)
Finish prefixing everything with "Ei"
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 0ae9967b5..1cdc781d7 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 EIGEN_TEST_MAIN_H
-#define EIGEN_TEST_MAIN_H
+#ifndef EI_TEST_MAIN_H
+#define EI_TEST_MAIN_H
#include <QtTest/QtTest>
#include <All>
@@ -47,4 +47,4 @@ class EigenTest : public QObject
void testMatrixManip();
};
-#endif // EIGEN_TEST_MAIN_H
+#endif // EI_TEST_MAIN_H