Skip to content
Snippets Groups Projects
Commit 8978d3ed authored by Carsten Gräser's avatar Carsten Gräser
Browse files

[test] Fix typo in test output

parent b33646e0
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -62,7 +62,7 @@ try {
{
auto grid = fac4.createGrid();
gridcheck(*grid);
std::cout << "UGGrid<2> with " << grid->size(0) << " cells created." << std::endl;
std::cout << "UGGrid<3> with " << grid->size(0) << " cells created." << std::endl;
}
#endif
......
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