From d7f1ba6e5e2b70b29a17591656c244ceb99a3c27 Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 23 Mar 1998 21:18:37 +0000 Subject: [PATCH] Made FG_EPSILON smaller. --- fg_constants.h | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/fg_constants.h b/fg_constants.h index c8da0a87c..7d2770a4f 100644 --- a/fg_constants.h +++ b/fg_constants.h @@ -109,7 +109,7 @@ /* For divide by zero avoidance, this will be close enough to zero */ -#define FG_EPSILON 0.000001 +#define FG_EPSILON 0.0000001 /* Timing constants for Flight Model updates */ @@ -122,10 +122,13 @@ /* $Log$ -/* Revision 1.1 1998/01/27 00:46:50 curt -/* prepended "fg_" on the front of these to avoid potential conflicts with -/* system include files. +/* Revision 1.2 1998/03/23 21:18:37 curt +/* Made FG_EPSILON smaller. /* + * Revision 1.1 1998/01/27 00:46:50 curt + * prepended "fg_" on the front of these to avoid potential conflicts with + * system include files. + * * Revision 1.3 1998/01/22 02:59:35 curt * Changed #ifdef FILE_H to #ifdef _FILE_H * -- 2.39.5