aboutsummaryrefslogtreecommitdiffhomepage
path: root/debug
diff options
context:
space:
mode:
authorGravatar Jeff Trull <edaskel@att.net>2016-12-08 07:31:16 -0800
committerGravatar Jeff Trull <edaskel@att.net>2016-12-08 07:31:16 -0800
commit5ce5418631e6b44cefb598170d42cb1f9ebdeff2 (patch)
treea79c21c0abe468fe7d7d2b18367ceffc557e2dd9 /debug
parent8f11df266713eb642f046006a7851f5100f107e3 (diff)
Correct prettyprinter comment - Quaternions are in fact supported
Diffstat (limited to 'debug')
-rw-r--r--debug/gdb/printers.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/debug/gdb/printers.py b/debug/gdb/printers.py
index 0d67a5f99..dfb41ac21 100644
--- a/debug/gdb/printers.py
+++ b/debug/gdb/printers.py
@@ -10,8 +10,7 @@
# Pretty printers for Eigen::Matrix
# This is still pretty basic as the python extension to gdb is still pretty basic.
-# It cannot handle complex eigen types and it doesn't support any of the other eigen types
-# Such as quaternion or some other type.
+# It cannot handle complex eigen types and it doesn't support many of the other eigen types
# This code supports fixed size as well as dynamic size matrices
# To use it: