From 9e3d4d50908eb779bc33ce7e65e42b38bcc6b1c7 Mon Sep 17 00:00:00 2001 From: Junyi Xu Date: Sun, 25 Aug 2024 00:37:27 +0800 Subject: [PATCH] typo --- src/TrixiEnzyme.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TrixiEnzyme.jl b/src/TrixiEnzyme.jl index 2df2696..e4e163f 100644 --- a/src/TrixiEnzyme.jl +++ b/src/TrixiEnzyme.jl @@ -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,