mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
pipeCyclic/0.org/U: Updated constructor for Clang
This commit is contained in:
@ -29,7 +29,7 @@ boundaryField
|
|||||||
#{
|
#{
|
||||||
const vector axis(1, 0, 0);
|
const vector axis(1, 0, 0);
|
||||||
|
|
||||||
vectorField v = 2.0*this->patch().Cf() ^ axis;
|
vectorField v(2.0*this->patch().Cf() ^ axis);
|
||||||
v.replace(vector::X, 1.0);
|
v.replace(vector::X, 1.0);
|
||||||
operator==(v);
|
operator==(v);
|
||||||
#};
|
#};
|
||||||
|
|||||||
Reference in New Issue
Block a user