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 8c9630c commit 7dd8489Copy full SHA for 7dd8489
src/totalFields.jl
@@ -1,6 +1,6 @@
1
2
inside(sphere::Sphere) = 0.0
3
-inside(sphere::PECSphere) = sphere.radius
+inside(sphere::PECSphere) = sphere.radius - 1e-15
4
5
6
"""
0 commit comments