Skip to content
Snippets Groups Projects
Commit b402c87b authored by Henry's avatar Henry
Browse files

pipeCyclic/0.org/U: Updated constructor for Clang

parent 289dd8fd
Branches
Tags
No related merge requests found
......@@ -29,7 +29,7 @@ boundaryField
#{
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);
operator==(v);
#};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment