use double precision

This commit is contained in:
Patrick Brosi 2018-08-10 15:21:27 +02:00
parent 967963e180
commit 486a8136fd
24 changed files with 186 additions and 177 deletions

View file

@ -11,8 +11,8 @@
using util::geo::Point;
using util::geo::Line;
using util::geo::FPoint;
using util::geo::FLine;
using util::geo::DPoint;
using util::geo::DLine;
namespace pfaedle {
namespace netgraph {