Skip to content
Snippets Groups Projects
Commit f865fb43 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

TUT: missing semi-colons

parent 6ba6d746
No related branches found
No related tags found
No related merge requests found
Showing
with 8 additions and 8 deletions
......@@ -18,7 +18,7 @@ solvers
{
"(rho|rhoFinal)"
{
solver PCG
solver PCG;
preconditioner DIC;
tolerance 1e-7;
relTol 0;
......
......@@ -18,7 +18,7 @@ solvers
{
"(rho|rhoFinal)"
{
solver PCG
solver PCG;
preconditioner DIC;
tolerance 1e-7;
relTol 0;
......
......@@ -18,7 +18,7 @@ solvers
{
rho
{
solver PCG
solver PCG;
preconditioner DIC;
tolerance 1e-7;
relTol 0;
......
......@@ -18,7 +18,7 @@ solvers
{
rho
{
solver PCG
solver PCG;
preconditioner DIC;
tolerance 1e-7;
relTol 0;
......
......@@ -18,7 +18,7 @@ solvers
{
rho
{
solver PCG
solver PCG;
preconditioner DIC;
tolerance 1e-7;
relTol 0;
......
......@@ -18,7 +18,7 @@ solvers
{
rho
{
solver PCG
solver PCG;
preconditioner DIC;
tolerance 1e-7;
relTol 0;
......
......@@ -18,7 +18,7 @@ solvers
{
"(rho|rhoFinal)"
{
solver PCG
solver PCG;
preconditioner DIC;
tolerance 1e-7;
relTol 0;
......
......@@ -18,7 +18,7 @@ solvers
{
"(rho|rhoFinal)"
{
solver PCG
solver PCG;
preconditioner DIC;
tolerance 1e-7;
relTol 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment