Skip to content

Commit a687410

Browse files
committed
Make runic happy
1 parent 6517c7a commit a687410

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/FEValues/FunctionValues.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ required_geo_diff_order(::CovariantPiolaMapping, fun_diff_order::Int) = 1 + fun_
166166
)
167167
# Optimized Moore-Penrose pseudo inverse.
168168
# We assume that `J'⋅J` is invertible. This is a reasonable for non-degenerate elements.
169-
return inv(tdot(J)) (J)'
169+
return inv(tdot(J)) (J)'
170170
end
171171

172172
# =============

0 commit comments

Comments
 (0)