diff options
author | Benoit Jacob <jacob.benoit.1@gmail.com> | 2007-09-27 19:24:57 +0000 |
---|---|---|
committer | Benoit Jacob <jacob.benoit.1@gmail.com> | 2007-09-27 19:24:57 +0000 |
commit | 4e299afb1f1f19f470920f63b39c5a91be138788 (patch) | |
tree | 640e1d7479129de2dcb8306028ec3057d47e544c /doc | |
parent | d99d9407df76d432bf9459ce000a2506e887c03b (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')
-rw-r--r-- | doc/tutorial.cpp | 1 |
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 **) { |