[Kst] extragear/graphics/kst/kst

Barth Netterfield netterfield at astro.utoronto.ca
Mon Dec 19 00:41:24 CET 2005


SVN commit 489519 by netterfield:

BUG: 118602

16 digits for d2asc.  Eventually, it could be nice to have a command
line setting for this.
In the meantime, make sure we print out all the precision that could
possibly be there.



 M  +1 -1      d2asc.cpp  


--- trunk/extragear/graphics/kst/kst/d2asc.cpp #489518:489519
@@ -130,7 +130,7 @@
       if (do_hex[i]) {
         printf("%4x ",  (int)vlist.at(i)->interpolate(i_S, NS));
       } else {
-        printf("%.12g ", vlist.at(i)->interpolate(i_S, NS));
+        printf("%.16g ", vlist.at(i)->interpolate(i_S, NS));
       }
     }
     printf("\n");


More information about the Kst mailing list