Skip to content

Commit

Permalink
make ADO a subtype of Operator
Browse files Browse the repository at this point in the history
  • Loading branch information
xtalax committed Sep 4, 2023
1 parent dc4a596 commit 068ad64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/diff.jl
Original file line number Diff line number Diff line change
Expand Up @@ -791,10 +791,10 @@ end
# Vector Calculus
#######################################################################################################################

struct ArrayDifferentialOperator
struct ArrayDifferentialOperator <: Operator
"""The variables to differentiate with respect to."""
vars
"""The differentials, can be other fucntions if composite"""
"""The differentials, can be other functions if composite"""
differentials
"""name"""
name
Expand Down

0 comments on commit 068ad64

Please sign in to comment.