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

TUT: remove extraneous '}' from dictionary input

parent 02ad76df
No related branches found
No related tags found
No related merge requests found
......@@ -23,10 +23,7 @@ internalField uniform 0;
boundaryField
{
back
{
type wedge;
}
back { type wedge; }
front { $back; }
liner { $:wall.alphat; }
cylinderHead { $liner; }
......
......@@ -23,16 +23,12 @@ internalField uniform 0;
boundaryField
{
back
{
type wedge;
}
back { type wedge; }
front { $back; }
liner { $:wall.nut; }
cylinderHead { $liner; }
piston { $liner; }
}
}
// ************************************************************************* //
......@@ -45,6 +45,5 @@ timePrecision 6;
runTimeModifiable true;
}
// ************************************************************************* //
......@@ -44,6 +44,5 @@ timePrecision 6;
runTimeModifiable true;
}
// ************************************************************************* //
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment