aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-09-27 19:24:57 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-09-27 19:24:57 +0000
commit4e299afb1f1f19f470920f63b39c5a91be138788 (patch)
tree640e1d7479129de2dcb8306028ec3057d47e544c /test
parentd99d9407df76d432bf9459ce000a2506e887c03b (diff)
don't enclose eigen in a namespace. prefixing is the way to go.
For example Qt uses a prefix and no namespace (except for a few things)
Diffstat (limited to 'test')
-rw-r--r--test/main.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/main.h b/test/main.h
index 45cabd369..0ae9967b5 100644
--- a/test/main.h
+++ b/test/main.h
@@ -33,7 +33,6 @@
#include <ctime>
using namespace std;
-using namespace Eigen;
class EigenTest : public QObject
{