Skip to content
Snippets Groups Projects
Commit 759fe179 authored by René Heß's avatar René Heß
Browse files

Remove symbol (didn't rebase the first time)

parent 437acc23
No related branches found
No related tags found
No related merge requests found
...@@ -337,7 +337,6 @@ def jacobian_apply_skeleton_signature(): ...@@ -337,7 +337,6 @@ def jacobian_apply_skeleton_signature():
] ]
@symbol
def nonlinear_jacobian_apply_volume_signature(): def nonlinear_jacobian_apply_volume_signature():
geot = type_geometry_wrapper() geot = type_geometry_wrapper()
geo = name_geometry_wrapper() geo = name_geometry_wrapper()
...@@ -372,7 +371,6 @@ def nonlinear_jacobian_apply_volume_signature(): ...@@ -372,7 +371,6 @@ def nonlinear_jacobian_apply_volume_signature():
] ]
@symbol
def nonlinear_jacobian_apply_boundary_signature(): def nonlinear_jacobian_apply_boundary_signature():
geot = type_geometry_wrapper() geot = type_geometry_wrapper()
geo = name_geometry_wrapper() geo = name_geometry_wrapper()
...@@ -407,7 +405,6 @@ def nonlinear_jacobian_apply_boundary_signature(): ...@@ -407,7 +405,6 @@ def nonlinear_jacobian_apply_boundary_signature():
] ]
@symbol
def nonlinear_jacobian_apply_skeleton_signature(): def nonlinear_jacobian_apply_skeleton_signature():
geot = type_geometry_wrapper() geot = type_geometry_wrapper()
geo = name_geometry_wrapper() geo = name_geometry_wrapper()
......
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