TUT: use scale instead of convertToMeters

This commit is contained in:
Mark Olesen 2020-12-23 09:19:38 +01:00
parent 1a7fbc3d7f
commit c536c0fee5

View File

@ -15,7 +15,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
convertToMeters 1;
scale 1;
vertices
(
@ -52,5 +52,7 @@ boundary
(4 5 6 7) //upperWall
);
}
);
// ************************************************************************* //