Skip to content
Snippets Groups Projects
Verified Commit 22eff82e authored by Dorian Stoll's avatar Dorian Stoll
Browse files

tug: cpp: Add missing newlines

parent 09c0dce4
Branches baseline
No related tags found
No related merge requests found
......@@ -9,13 +9,13 @@
using TugType = double;
int main(int argc, char **argv) {
std::cout << "BARITE_200 started...";
std::cout << "BARITE_200 started...\n";
run_bench(barite_200_input, "barite_200_output.csv");
std::cout << "BARITE_LARGE started...";
std::cout << "BARITE_LARGE started...\n";
run_bench(barite_large_input, "barite_large_output.csv");
std::cout << "SURFEX started...";
std::cout << "SURFEX started...\n";
run_bench(surfex_input, "surfex_output.csv");
return EXIT_SUCCESS;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment