Changeset 156 in tmcsimulator


Ignore:
Timestamp:
10/21/2017 09:46:36 AM (9 years ago)
Author:
jtorres
Message:

Fixed bug in NetworkReader?.cpp

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/FEPSimulator/DataPacker.cpp

    r141 r156  
    8080                    vol = currLoop->vol; 
    8181                    occ = (int) (currLoop->occ * 900 + 0.5); 
    82  
    8382                    VOLOCC packedVOLOCC = packVOLOCC(vol, occ); 
    8483                    pos++; 
  • branches/FEPSimulator/NetworkReader.cpp

    r86 r156  
    1414    loop->loop_loc = (char *) subLoopElem->GetText(); 
    1515    subLoopElem = subLoopElem->NextSiblingElement(); 
     16    subLoopElem = subLoopElem->NextSiblingElement(); // skip lane num 
    1617    loop->vol = atoi(subLoopElem->GetText()); 
    1718    subLoopElem = subLoopElem->NextSiblingElement(); 
  • trunk/src/tmcsim/application.properties

    r136 r156  
    1 #Wed, 18 Oct 2017 01:22:49 -0700 
     1#Sat, 21 Oct 2017 10:49:14 -0700 
    22 
    3 Application.revision=135 
     3Application.revision=143 
    44 
    55Application.buildnumber=53 
Note: See TracChangeset for help on using the changeset viewer.