Add missing \ to results.tex

This commit is contained in:
2024-09-03 12:57:22 +02:00
parent 69063badbb
commit 148a3b831a

View File

@@ -78,7 +78,7 @@ namespace platform {
const char* bold = model == best_model ? "\\bfseries" : "";
handler << "& " << bold << std::setprecision(4) << std::fixed << value << "±" << std::setprecision(3) << std::fixed << std_value;
}
handler << "\\" << std::endl;
handler << "\\\\" << std::endl;
handler << "\\hline " << std::endl;
handler << "\\end{tabular}" << std::endl;
handler << "\\end{table}" << std::endl;