- 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
pull/1/head
aramis_acg 2010-12-27 15:59:06 +00:00
parent 478d974344
commit 74d9339274
2 changed files with 2 additions and 2 deletions

View File

@ -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. // 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, //! Provides a fast function for converting a string into a float,

View File

@ -1 +1 @@
#define SVNRevision 863 #define SVNRevision 877