Index: /trunk/BNC/bncmodel.cpp
===================================================================
--- /trunk/BNC/bncmodel.cpp	(revision 2746)
+++ /trunk/BNC/bncmodel.cpp	(revision 2747)
@@ -128,6 +128,4 @@
   _staID   = staID;
 
-  _startTime = QDateTime::currentDateTime();
-
   bncSettings settings;
 
@@ -413,4 +411,5 @@
   if (x() == 0.0 && y() == 0.0 && z() == 0.0) {
     firstCrd = true;
+    _startTime = QDateTime::currentDateTime();
   }
 
