Skip to content
Snippets Groups Projects
Unverified Commit 124734bb authored by René Fritze's avatar René Fritze
Browse files

[tests.linear-transport] fix datatype in solve

parent 32873e98
No related branches found
No related tags found
1 merge request!10Draft: consolidate refactoring work
Pipeline #134399 failed
......@@ -179,7 +179,7 @@ protected:
XT::LA::ListVectorArray<V> solve(const S& space, const double T_end) override
{
const auto u_0 = this->make_initial_values(space);
auto u_0 = this->make_initial_values(space);
const auto op = this->make_lhs_operator(space);
const auto dt = this->current_data_["target"]["h"];
this->current_data_["quantity"]["dt"] = dt;
......
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