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
Loading
Please sign in to comment