Skip to content
Snippets Groups Projects
Commit ee183f1a authored by Tobias Leibner's avatar Tobias Leibner
Browse files

[test.la_container] fix meta ini files

parent 8d55cac9
No related branches found
No related tags found
No related merge requests found
...@@ -8,5 +8,5 @@ include matrices.mini ...@@ -8,5 +8,5 @@ include matrices.mini
container = {vector}, {matrix} | expand container = {vector}, {matrix} | expand
[__static] [__static]
TESTCONTAINERTYPE = Dune::Stuff::LA::{container}<fieldtype> TESTCONTAINERTYPE = Dune::Stuff::LA::{container}<{fieldtype}>
...@@ -6,8 +6,8 @@ include vectors.mini ...@@ -6,8 +6,8 @@ include vectors.mini
include matrices.mini include matrices.mini
[__static] [__static]
TESTMATRIXTYPE = Dune::Stuff::LA::{matrix}<fieldtype> TESTMATRIXTYPE = Dune::Stuff::LA::{matrix}<{fieldtype}>
TESTVECTORTYPE = Dune::Stuff::LA::{vector}<fieldtype> TESTVECTORTYPE = Dune::Stuff::LA::{vector}<{fieldtype}>
...@@ -4,4 +4,4 @@ __exec_suffix = {vector}_{fieldtype_short} ...@@ -4,4 +4,4 @@ __exec_suffix = {vector}_{fieldtype_short}
include vectors.mini include vectors.mini
[__static] [__static]
TESTVECTORTYPE = Dune::Stuff::LA::{vector}<fieldtype> TESTVECTORTYPE = Dune::Stuff::LA::{vector}<{fieldtype}>
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