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


Ignore:
Timestamp:
11/04/2017 11:49:25 AM (9 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.cpp

    r219 r221  
    77    this->FEP_REV = FEP_REV; 
    88    this->SOCK_PORT = SOCK_PORT; 
    9      
     9    this->FEPLogFileName = "FEPSimLog.txt";     
    1010    // clear log file 
    1111    FEPLogFile.open(FEPLogFileName, ios::trunc); 
Note: See TracChangeset for help on using the changeset viewer.