From 74d9339274194b766657d4d33445bd68aef90595 Mon Sep 17 00:00:00 2001 From: aramis_acg Date: Mon, 27 Dec 2010 15:59:06 +0000 Subject: [PATCH] - Change AI_FAST_ATOF_RELAVANT_DECIMALS to 10. git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@880 67173fc5-114c-0410-ac8e-9d2fd5bffc1f --- code/fast_atof.h | 2 +- revision.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/fast_atof.h b/code/fast_atof.h index 98c492fad..d2ae01849 100644 --- a/code/fast_atof.h +++ b/code/fast_atof.h @@ -216,7 +216,7 @@ inline uint64_t strtol10_64( const char* in, const char** out=0, unsigned int* m } // Number of relevant decimals for floating-point parsing. -#define AI_FAST_ATOF_RELAVANT_DECIMALS 6 +#define AI_FAST_ATOF_RELAVANT_DECIMALS 10 // ------------------------------------------------------------------------------------ //! Provides a fast function for converting a string into a float, diff --git a/revision.h b/revision.h index bc744b4ed..da89b1d89 100644 --- a/revision.h +++ b/revision.h @@ -1 +1 @@ -#define SVNRevision 863 +#define SVNRevision 877