Skip to content
Snippets Groups Projects
Commit 5424c0cf authored by Robert K's avatar Robert K
Browse files

Small fix.

parent af08951c
No related branches found
No related tags found
No related merge requests found
Pipeline #22924 failed
......@@ -476,7 +476,6 @@ def createRungeKuttaSolver( space, fullOperator, explOperator=None, implOperator
['"op"_a', '"explOp"_a', '"implOp"_a',
'pybind11::keep_alive< 1, 2 >()', 'pybind11::keep_alive< 1, 3 >()'])
# add method activated to inspect limited cells.
solve = Method('step', '&'+typeName+'::solve')
solve = Method('step', '&DuneType::solve', extra=['"target"_a'])
return load(includes, typeName, constructor, solve).Operator( fullOperator, explOperator, implOperator )
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