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

TUT: fix missing line ending and wrong blockMeshDict vertex location

parent 024d22cb
Branches
Tags
No related merge requests found
...@@ -50,7 +50,7 @@ mvo #eval{ -$vo }; ...@@ -50,7 +50,7 @@ mvo #eval{ -$vo };
// Inner box sizes - % of overall dimension // Inner box sizes - % of overall dimension
vi #eval{ $vo * $innerRatio }; vi #eval{ $vo * $innerRatio };
mvi #eval{ -$mvo }; mvi #eval{ -$vi };
vertices vertices
( (
......
...@@ -66,7 +66,7 @@ functions ...@@ -66,7 +66,7 @@ functions
scale cosine; scale cosine;
scaleCoeffs scaleCoeffs
{ {
period 16 period 16;
scale 1; scale 1;
level 0; level 0;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment