From e64cd1bbe899f772796db7f4dba29a625e76e2b5 Mon Sep 17 00:00:00 2001
From: Mohcine Chraibi <m.chraibi@fz-juelich.de>
Date: Fri, 15 Mar 2019 21:08:35 +0100
Subject: [PATCH] unit problem

---
 src/SaxParser.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/SaxParser.cpp b/src/SaxParser.cpp
index 3baa810..c9808f7 100644
--- a/src/SaxParser.cpp
+++ b/src/SaxParser.cpp
@@ -1371,7 +1371,7 @@ bool SaxParser::ParseTxtFormat(const QString &fileName, SyncData* dataset, doubl
           progressDialog.setValue(1);
           progressDialog.show();
 
-          double unitFactor=1;// I assume meter
+          double unitFactor=FAKTOR;// @todo: use correct unit
 
           while ( !in.atEnd() )
           {
-- 
GitLab