mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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:
@ -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);
|
||||
#};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user