Changeset 205 in tmcsimulator for branches/FEPSimulator/FEPSim.h


Ignore:
Timestamp:
11/01/2017 03:53:59 AM (9 years ago)
Author:
jtorres
Message:

LoadHighwaysTest?.java: now passing. HighwaysParser?.cpp: added a bunch of debugging output to stdout, bug still not found. FEPSim.h: changed buffer size. FEPSim.cpp: some local debugging outputs/config.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/FEPSimulator/FEPSim.h

    r195 r205  
    4343#include <unistd.h> 
    4444 
    45 // const int BUFF_SIZE = 5500000; // where it was 
    46 // const int BUFF_SIZE = 11522291; // what it couldnt be :) 
    47 const int BUFF_SIZE = 950401; // where it is now :)  
     45const int BUFF_SIZE = 1266341; // where it is now :)  
    4846 
    4947class FEPSim { 
Note: See TracChangeset for help on using the changeset viewer.