Skip to content

Commit 20df810

Browse files
committed
typo.
1 parent 22e8c85 commit 20df810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/mesh/mesh_smoother_test.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ class ParallelogramToSquare : public FunctionBase<Real>
160160
void operator()(const Point & p, const Real, DenseVector<Real> & output)
161161
{
162162
output.resize(3);
163-
output(0) = p(0) + p(1) / std::sqrt(Real(3).);
163+
output(0) = p(0) + p(1) / std::sqrt(Real(3));
164164
output(1) = (2. / std::sqrt(Real(3))) * p(1);
165165
output(2) = 0;
166166
}

0 commit comments

Comments
 (0)