Skip to content
Snippets Groups Projects
Commit 27942de6 authored by Timo Koch's avatar Timo Koch
Browse files

[test] Use Fmt in cornerpoint test

parent dc5d7d03
No related branches found
No related tags found
1 merge request!3099Move fmt to Dumux namespace
Pipeline #16268 passed with stages
+2
......@@ -48,6 +48,7 @@
#include <dumux/io/vtkoutputmodule.hh>
#include <dumux/io/grid/cpgridmanager.hh>
#include <dumux/io/format.hh>
#include "properties.hh"
......@@ -80,6 +81,8 @@ int main(int argc, char** argv)
// we compute on the leaf grid view
const auto& leafGridView = gridManager.grid().leafGridView();
std::cout << Fmt::format("Initialized cornerpoint grid with {} elements\n", leafGridView.size(0));
// create the finite volume grid geometry
using GridGeometry = GetPropType<TypeTag, Properties::GridGeometry>;
auto gridGeometry = std::make_shared<GridGeometry>(leafGridView);
......
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