commit | 999385ccc2056d58b63abb5169402f50e89cc13e | [log] [tgz] |
---|---|---|
author | Dave Allison <dallison@google.com> | Tue May 20 15:16:02 2014 -0700 |
committer | Dave Allison <dallison@google.com> | Tue May 20 15:16:02 2014 -0700 |
tree | 33244cd55f0e3f249957f67f7afe3161e7f2ee94 | |
parent | 07d5fa63f562702d722d9a212fdef8ffc542c5eb [diff] |
Use strtod to read a double rather than operator >> The >> operator doesn't work on the x86_64 build in the emulator. This works around the issue by using strtod instead. Bug: 15086512 Change-Id: Id7f13889df608ed37e1e8fdef7a449f2d272b9b5