Add MPFRC++ mpreal type
[ipdf/code.git] / src / bezier.h
index cfe5808..2b0c1e1 100644 (file)
@@ -279,7 +279,7 @@ namespace IPDF
                        {
                                Real ptx, pty;
                                Evaluate(ptx, pty, t);
-                               Debug("Root: t = %f, (%f,%f)", t, ptx, pty);
+                               Debug("Root: t = %f, (%f,%f)", Double(t), Double(ptx), Double(pty));
                        }
                        
                        std::vector<Bezier> all_beziers;

UCC git Repository :: git.ucc.asn.au