Commit 36b94578fc5d39c96ddd8dbe128bbec28b7bca12

Authored by Benjamin Renard
2 parents 904d4160 569ba8f9

Merge branch 'amdadev' into develop

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/TimeTableCatalog/SpaceWriter.cc
... ... @@ -146,7 +146,7 @@ void SpaceWriter::writeMetaData(const TimeTable& pTT,
146 146 pOut << "# " << line << std::endl;
147 147 }
148 148 if(! pTT._history.empty())
149   - pOut << "# " << pOut << pTT._history << std::endl;
  149 + pOut << "# " << pTT._history << std::endl;
150 150  
151 151 // repeat variable names
152 152 pOut << "# " << "t_begin" <<" "<< "t_end"<<" ";
... ...