Changeset 195 in tmcsimulator for branches/FEPSimulator/FEPSim.h
- Timestamp:
- 10/30/2017 03:33:04 PM (9 years ago)
- File:
-
- 1 edited
-
branches/FEPSimulator/FEPSim.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/FEPSimulator/FEPSim.h
r182 r195 36 36 #include <stdlib.h> 37 37 #include "time.h" 38 #include " NetworkReader.h"38 #include "HighwaysParser.h" 39 39 #include <netdb.h> 40 40 #include <sys/types.h> … … 43 43 #include <unistd.h> 44 44 45 const int BUFF_SIZE = 5500000; 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 :) 46 48 47 49 class FEPSim {
Note: See TracChangeset
for help on using the changeset viewer.
