aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/tutorial.cpp
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 /doc/tutorial.cpp
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 'doc/tutorial.cpp')
-rw-r--r--doc/tutorial.cpp1
1 files changed, 0 insertions, 1 deletions
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 **)
{