Finish prefixing everything with "Ei"

This commit is contained in:
Benoit Jacob
2007-09-27 19:54:04 +00:00
parent 5160e9d029
commit 28c44a95c2
18 changed files with 215 additions and 217 deletions

View File

@@ -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