← Back to team overview

yade-dev team mailing list archive

Re: [Branch ~yade-dev/yade/trunk] Rev 2516: 1. Disable debug messages from ScGeom in both debug and non-debug (!!) builds

 


-#ifdef Q_DEBUG
+#ifdef YADE_SCGEOM_DEBUG
Why this change, Q_DEBUG was a reserved Qt flag or something?
Note we are debugging quaternions, not ScGeom. The same problem will appear in any class as soon as an angle is computed.
Except if you compute angles incrementally, the L6geom way. ;-)
B.




References