aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2017-01-11 14:33:37 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2017-01-11 14:33:37 +0100
commit43c617e2eeafd3ed091632a04f34b15840af8f8a (patch)
tree60ea41d4ca76dcaeec3c3c37a9f1d0e4a8399d01 /doc
parent152cd57bb7d38d3805c3845757ef72563e53a510 (diff)
parent45199b97730cc8f4773d7133478e3296b25c18ba (diff)
merge
Diffstat (limited to 'doc')
-rw-r--r--doc/snippets/Cwise_boolean_xor.cpp2
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;