Index: trunk/BNC/src/bncsp3.cpp
===================================================================
--- trunk/BNC/src/bncsp3.cpp	(revision 10122)
+++ trunk/BNC/src/bncsp3.cpp	(revision 10123)
@@ -206,5 +206,7 @@
       break;
     }
-
+    if (_lastLine[0] == 'V') {
+      continue;
+    }
     t_sp3Sat* sp3Sat = new t_sp3Sat();
     istringstream in(_lastLine.substr(1).c_str());
