Skip to content

Commit

Permalink
latest functionpointer
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoeLeibowitz committed Aug 8, 2023
1 parent b9768ea commit a9fd0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devito/symbolics/extended_sympy.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ class FunctionPointer(sympy.Expr, Pickable):

"""
Symbolic representation of C's function pointers to be used as an
argument to a function.
argument to a function
"""

__rargs__ = ('func_name', 'return_type', 'parameter_type',)
Expand Down

0 comments on commit a9fd0c2

Please sign in to comment.