Skip to content

Re: Terminal output error while compiling example files

#3000
Marc
Participant

Hey rffan78,

i am sorry for that annoying bug. Please change in openlb/src/io/gnuplotHeatMapWriter.hh line 155:
fout << “}”;
to
fout << “}” << “\n”;

Best,
Marc