TUT: update some old keywords found in tutorials

- functionObjectLibs -> libs
- redirectType -> name
- change deprecated writeCompression flags types to Switch.

- cleanup some trailing ';;' from some dictionaries
This commit is contained in:
Mark Olesen
2018-06-26 14:18:52 +02:00
parent 1c9f93e173
commit 30b4eda7a4
18 changed files with 32 additions and 37 deletions

View File

@ -68,9 +68,7 @@ code
const scalar maxRotAngle =
constant::mathematical::pi*Foam::sin(degToRad(90.0/10.0*tm.value()));
tmp<pointField> tnewPoints(twistColumn(maxRotAngle, p0));
return tnewPoints;
return twistColumn(maxRotAngle, p0);
#};