Merge branch 'cosmetic' of git.dynare.org:JohannesPfeifer/dynare

Ref. !2276
master
Sébastien Villemot 2024-02-16 10:46:30 +01:00
commit 4a8c78f703
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ switch options_.stack_solve_algo
case 4
mthd='Sparse LU solver with optimal path length on stacked system';
case 7
mthd='Solver from solve_algo option on stacked system'
mthd='Solver from solve_algo option on stacked system';
otherwise
error('Unsupported stack_solve_algo value')
end