Skip to content
Snippets Groups Projects
Commit a479e883 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber Committed by Jakub Klinkovský
Browse files

Fixing typo in static Merson code.

parent aaa439e8
No related branches found
No related tags found
1 merge request!125ODE solvers
......@@ -57,7 +57,7 @@ template< typename Real >
template< typename RHSFunction, typename... Args >
bool __cuda_callable__
StaticMerson< Real >::
solve( VectorType& u, RHSFunction&& rhsFunction. Args... args )
solve( VectorType& u, RHSFunction&& rhsFunction, Args... args )
{
if( this->getTau() == 0.0 )
return false;
......
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