diff options
author | zhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925> | 2013-02-02 18:45:13 +0000 |
---|---|---|
committer | zhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925> | 2013-02-02 18:45:13 +0000 |
commit | 65b5c22436fab922ea791b9b39a8fe154f0849f8 (patch) | |
tree | bd4be8423449b364d074c71d268a0d74666f96ba /include | |
parent | d36734368556e2a070a97884fe804b9c3e9112c7 (diff) | |
download | googletest-65b5c22436fab922ea791b9b39a8fe154f0849f8.tar.gz googletest-65b5c22436fab922ea791b9b39a8fe154f0849f8.tar.bz2 googletest-65b5c22436fab922ea791b9b39a8fe154f0849f8.zip |
Fixes an out-dated URL.
Diffstat (limited to 'include')
-rw-r--r-- | include/gtest/internal/gtest-internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gtest/internal/gtest-internal.h b/include/gtest/internal/gtest-internal.h index 6e3dd66b..4e57d3ca 100644 --- a/include/gtest/internal/gtest-internal.h +++ b/include/gtest/internal/gtest-internal.h @@ -292,7 +292,7 @@ class FloatingPoint { // bits. Therefore, 4 should be enough for ordinary use. // // See the following article for more details on ULP: - // http://www.cygnus-software.com/papers/comparingfloats/comparingfloats.htm. + // http://randomascii.wordpress.com/2012/02/25/comparing-floating-point-numbers-2012-edition/ static const size_t kMaxUlps = 4; // Constructs a FloatingPoint from a raw floating-point number. |