Browse Source

- 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
aramis_acg 14 years ago
parent
commit
74d9339274
2 changed files with 2 additions and 2 deletions
  1. 1 1
      code/fast_atof.h
  2. 1 1
      revision.h

+ 1 - 1
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,

+ 1 - 1
revision.h

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