grobmeid / Autonomous-Research

This is for Siewert's project for Software Quality Assurance and Design & Analysis
0 stars 0 forks source link

Siewert's Issue #1

Closed grobmeid closed 4 years ago

grobmeid commented 4 years ago

line 60 in AtlasGraphTools.hpp nodes are doubles - why float rather than integer?

Is the decimal precision really needed?

E.g. could assumed units be small (e.g. mm) and use long long, which allows for mm precision at distances up to 2^63 mm

danieljpietz commented 4 years ago

All doubles have been replaced with floats.