Skip to content
Snippets Groups Projects
Commit c673cfdd authored by Timo Koch's avatar Timo Koch
Browse files

[test][seq] Remove superfluous semicolons in input file for test_diffusion3d

parent 3b79be0f
No related branches found
No related tags found
1 merge request!1202[test][seq] Remove superfluous semicolons in input file for test_diffusion3d
......@@ -13,5 +13,5 @@ RefinementRatio = 0
[LinearSolver]
GMResRestart = 80
MaxIterations = 1000;
ResidualReduction = 1e-8;
MaxIterations = 1000
ResidualReduction = 1e-8
......@@ -8,5 +8,5 @@ RefinementRatio = 0
[LinearSolver]
GMResRestart = 80
MaxIterations = 1000;
ResidualReduction = 1e-8;
MaxIterations = 1000
ResidualReduction = 1e-8
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