~madteam/mg5amcnlo/series2.0

« back to all changes in this revision

Viewing changes to Template/NLO/MCatNLO/include/LHEF.h

mwrge with 2.7.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1971
1971
   * Used internally to read a single line from the stream.
1972
1972
   */
1973
1973
  bool getline() {
1974
 
    return ( std::getline(file, currentLine) );
 
1974
    return ( (bool) std::getline(file, currentLine) );
1975
1975
  }
1976
1976
 
1977
1977
protected: