We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e8c85 commit 20df810Copy full SHA for 20df810
tests/mesh/mesh_smoother_test.C
@@ -160,7 +160,7 @@ class ParallelogramToSquare : public FunctionBase<Real>
160
void operator()(const Point & p, const Real, DenseVector<Real> & output)
161
{
162
output.resize(3);
163
- output(0) = p(0) + p(1) / std::sqrt(Real(3).);
+ output(0) = p(0) + p(1) / std::sqrt(Real(3));
164
output(1) = (2. / std::sqrt(Real(3))) * p(1);
165
output(2) = 0;
166
}
0 commit comments