Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
junyixu committed Aug 24, 2024
1 parent 3742dd7 commit 9e3d4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TrixiEnzyme.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export plusTwo, jacobian_enzyme_forward, jacobian_enzyme_forward_closure
export autodiff, Forward, Reverse, Duplicated, DuplicatedNoNeed, BatchDuplicated, BatchDuplicatedNoNeed, Const

import Trixi
using Trixi: AbstractEquations, TreeMesh, DGSEM, jacobian_ad_forward
using Trixi: AbstractEquations, TreeMesh, DGSEM, jacobian_ad_forward,
BoundaryConditionPeriodic, SemidiscretizationHyperbolic,
VolumeIntegralWeakForm, VolumeIntegralFluxDifferencing,
wrap_array, compute_coefficients, have_nonconservative_terms,
Expand Down

0 comments on commit 9e3d4d5

Please sign in to comment.