From 8dff484e1818bcf8929d5a751c42692d5579f8a7 Mon Sep 17 00:00:00 2001 From: logari81 Date: Sat, 7 Jul 2012 17:38:44 +0200 Subject: [PATCH] Minor typo fix --- src/Mod/Part/App/LinePyImp.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mod/Part/App/LinePyImp.cpp b/src/Mod/Part/App/LinePyImp.cpp index e430484fc2..2bfe5a5247 100644 --- a/src/Mod/Part/App/LinePyImp.cpp +++ b/src/Mod/Part/App/LinePyImp.cpp @@ -53,8 +53,8 @@ std::string LinePy::representation(void) const Base::Vector3d start = getGeomLineSegmentPtr()->getStartPoint(); Base::Vector3d end = getGeomLineSegmentPtr()->getEndPoint(); str << ""; + << start.x << "," <"; //} return str.str();