Index: branches/FEPSimulator/DataPacker.cpp
===================================================================
--- branches/FEPSimulator/DataPacker.cpp	(revision 141)
+++ branches/FEPSimulator/DataPacker.cpp	(revision 156)
@@ -80,5 +80,4 @@
                     vol = currLoop->vol;
                     occ = (int) (currLoop->occ * 900 + 0.5);
-
                     VOLOCC packedVOLOCC = packVOLOCC(vol, occ);
                     pos++;
Index: branches/FEPSimulator/NetworkReader.cpp
===================================================================
--- branches/FEPSimulator/NetworkReader.cpp	(revision 86)
+++ branches/FEPSimulator/NetworkReader.cpp	(revision 156)
@@ -14,4 +14,5 @@
     loop->loop_loc = (char *) subLoopElem->GetText();
     subLoopElem = subLoopElem->NextSiblingElement();
+    subLoopElem = subLoopElem->NextSiblingElement(); // skip lane num
     loop->vol = atoi(subLoopElem->GetText());
     subLoopElem = subLoopElem->NextSiblingElement();
