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


Ignore:
Timestamp:
11/04/2017 11:49:25 AM (8 years ago)
Author:
jtorres
Message:

FEPSim: fixed no matching function for call error message. Also, suppressed annoying deprecated conversion from string constant to char warning in ./buildLinuxVM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/FEPSimulator/FEPSim.h

    r217 r221  
    4545 
    4646const int BUFF_SIZE = 1266341; 
    47 const string FEPLogFileName = "FEPSimLog.txt"; 
    4847static ofstream FEPLogFile; 
    4948     
     
    8786    int FEP_REV; 
    8887    int SOCK_PORT; 
     88    char * FEPLogFileName; 
    8989     
    9090    /** 
Note: See TracChangeset for help on using the changeset viewer.