diff options
author | Gael Guennebaud <g.gael@free.fr> | 2017-01-11 09:34:08 +0100 |
---|---|---|
committer | Gael Guennebaud <g.gael@free.fr> | 2017-01-11 09:34:08 +0100 |
commit | 45199b97730cc8f4773d7133478e3296b25c18ba (patch) | |
tree | 04918f293f53ca9be4c5170a008f0e672130cc5b /doc | |
parent | ad3eef76082a8d25d27ca6894d128dd47652a4cf (diff) |
Fix typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/snippets/Cwise_boolean_xor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/snippets/Cwise_boolean_xor.cpp b/doc/snippets/Cwise_boolean_xor.cpp index 99bcc5e09..fafbec806 100644 --- a/doc/snippets/Cwise_boolean_xor.cpp +++ b/doc/snippets/Cwise_boolean_xor.cpp @@ -1,2 +1,2 @@ -.Array3d v(-1,2,1), w(-3,2,3); +Array3d v(-1,2,1), w(-3,2,3); cout << ((v<w) ^ (v<0)) << endl; |