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

This commit is contained in:
Henry
2012-06-06 21:13:42 +01:00
parent 289dd8fdc8
commit b402c87b22

View File

@ -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);
#};