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

[test][tpfa] Use grid::ctype as coordinate type

parent 5d29b8f3
No related branches found
No related tags found
Loading
......@@ -142,8 +142,7 @@ int main (int argc, char *argv[]) try
constexpr int dim = GridView::dimension;
constexpr int dimworld = GridView::dimensionworld;
using Scalar = typename GET_PROP_TYPE(TypeTag, Scalar);
using GlobalPosition = Dune::FieldVector<Scalar, dimworld>;
using GlobalPosition = Dune::FieldVector<typename Grid::ctype, dimworld>;
using FVGridGeometry = typename GET_PROP_TYPE(TypeTag, FVGridGeometry);
//! make a grid
......
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