solve_block_decomposed_problem.m: add missing semicolon

(cherry picked from commit 73d54cea04)
6.x
Johannes Pfeifer 2024-02-15 10:41:39 +01:00 committed by Sébastien Villemot
parent edca9c8f45
commit 94b8204711
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