Skip to content
Snippets Groups Projects
Unverified Commit c3c3c83e authored by Mike Campbell's avatar Mike Campbell Committed by GitHub
Browse files

Update primitives.py

parent b989c19a
No related branches found
No related tags found
No related merge requests found
......@@ -819,7 +819,6 @@ def mv_normal(dd, ambient_dim, dim=None):
def normal(dd, ambient_dim, dim=None):
"""Get exterior unit normal vector to specified discretization restriction."""
return mv_normal(dd, ambient_dim, dim).as_vector()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment