Revision: 52709
http://brlcad.svn.sourceforge.net/brlcad/?rev=52709&view=rev
Author: brlcad
Date: 2012-10-03 05:28:07 +0000 (Wed, 03 Oct 2012)
Log Message:
-----------
use fastf_t where needed
Modified Paths:
--------------
brlcad/trunk/src/libbn/bntester.c
Modified: brlcad/trunk/src/libbn/bntester.c
===================================================================
--- brlcad/trunk/src/libbn/bntester.c 2012-10-03 05:25:58 UTC (rev 52708)
+++ brlcad/trunk/src/libbn/bntester.c 2012-10-03 05:28:07 UTC (rev 52709)
@@ -33,7 +33,7 @@
int
-parse_case(char *buf_p, int *i, long *l, double *d, unsigned long *u, char
*fmt_str, unsigned long line_num, FILE *stream)
+parse_case(char *buf_p, int *i, long *l, fastf_t *d, unsigned long *u, char
*fmt_str, unsigned long line_num, FILE *stream)
{
int i_idx = 0;
int l_idx = 0;
@@ -165,7 +165,7 @@
/* function parameter arrays */
int i[50] = {0};
long l[50] = {0};
- double d[50] = {0.0};
+ fastf_t d[50] = {0.0};
unsigned long u[50] = {0};
/* boolean variables */
@@ -445,8 +445,8 @@
ret = 1;
} else {
int result;
- double t_out = 0.0;
- double u_out = 0.0;
+ fastf_t t_out = 0.0;
+ fastf_t u_out = 0.0;
int t_fail = 0;
int u_fail = 0;
@@ -511,7 +511,7 @@
ret = 1;
} else {
int result;
- double dist[2] = {0.0, 0.0};
+ fastf_t dist[2] = {0.0, 0.0};
int d0_fail = 0;
int d1_fail = 0;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits