Skip to content

Re: Terminal output error while compiling example files

Due to recent bot attacks we have changed the sign-up process. If you want to participate in our forum, first register on this website and then send a message via our contact form.

Forums OpenLB General Topics Terminal output error while compiling example files 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