Skip to content

Commit

Permalink
Fix comment in vec_to_dec
Browse files Browse the repository at this point in the history
  • Loading branch information
lukem12345 authored Sep 1, 2023
1 parent c972e5a commit c235acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decapodeacset.jl
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ vec_to_dec_op1 = [
(:curl => [:d,:]),
(:∇ => :d),
(Symbol("∇ᵈ") => [:,:d,:]),
# Note: This is x, \times.
# Note: This is x, not \times.
(Symbol("∇x") => [:d,:])]

vec_to_dec_op2 = Pair{Symbol, Symbol}[]
Expand Down

0 comments on commit c235acb

Please sign in to comment.