From 5ce5418631e6b44cefb598170d42cb1f9ebdeff2 Mon Sep 17 00:00:00 2001 From: Jeff Trull Date: Thu, 8 Dec 2016 07:31:16 -0800 Subject: Correct prettyprinter comment - Quaternions are in fact supported --- debug/gdb/printers.py | 3 +-- 1 file changed, 1 insertion(+), 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: -- cgit v1.2.3