Skip to content
Snippets Groups Projects
Commit 73d54cea authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

solve_block_decomposed_problem.m: add missing semicolon

parent ab7d741b
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment