Prechádzať zdrojové kódy

- Set AI_FAST_ATOF_RELAVANT_DECIMALS to 15. This may cause regressions.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1126 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
aramis_acg 13 rokov pred
rodič
commit
5716c4b007
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      code/fast_atof.h

+ 1 - 1
code/fast_atof.h

@@ -215,7 +215,7 @@ inline uint64_t strtoul10_64( const char* in, const char** out=0, unsigned int*
 }
 
 // Number of relevant decimals for floating-point parsing.
-#define AI_FAST_ATOF_RELAVANT_DECIMALS 10
+#define AI_FAST_ATOF_RELAVANT_DECIMALS 15
 
 // ------------------------------------------------------------------------------------
 //! Provides a fast function for converting a string into a float,