From 4e299afb1f1f19f470920f63b39c5a91be138788 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Thu, 27 Sep 2007 19:24:57 +0000 Subject: 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) --- doc/tutorial.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'doc/tutorial.cpp') diff --git a/doc/tutorial.cpp b/doc/tutorial.cpp index 18a1ced55..2eec7be3e 100644 --- a/doc/tutorial.cpp +++ b/doc/tutorial.cpp @@ -1,7 +1,6 @@ #include "../src/All" using namespace std; -using namespace Eigen; int main(int, char **) { -- cgit v1.2.3