solve_block_decomposed_problem.m: add missing semicolon

master
Johannes Pfeifer 2024-02-15 10:41:39 +01:00
parent ab7d741bf1
commit 73d54cea04
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