File vis5d+-1.3.0-round.diff of Package vis5d+
--- src/misc.c 2012/12/27 21:42:46 1.1
+++ src/misc.c 2012/12/27 21:43:09
@@ -147,7 +147,7 @@
/*** round ************************************************************
Round off x to a 'nice' value.
**********************************************************************/
-float round( float x )
+double round( double x )
{
float base, fudge;
int temp;
--- src/misc.h 2012/12/27 21:42:49 1.1
+++ src/misc.h 2012/12/27 21:43:25
@@ -37,7 +37,7 @@
extern void die( char *msg );
-extern float round( float x );
+extern double round( double x );
extern int which( char *file, char *fullpath );