Skip to content

Commit

Permalink
more missing
Browse files Browse the repository at this point in the history
  • Loading branch information
benegee committed Oct 10, 2023
1 parent c2dcbdd commit e1e8542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LibTrixi.jl/test/test_t8code.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ using Trixi


libelixir = joinpath(dirname(pathof(LibTrixi)),
"../examples/libelixir_t8code_2d_dgsem_advection_basic.jl")
"../examples/libelixir_t8code_2d_dgsem_advection_amr.jl")

# initialize a simulation via API, receive a handle
handle = trixi_initialize_simulation(libelixir)
Expand Down
2 changes: 1 addition & 1 deletion test/c/t8code.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const char * julia_project_path = JULIA_PROJECT_PATH;

// Example libexlixir
const char * libelixir_path =
"../../../LibTrixi.jl/examples/libelixir_t8code_2d_dgsem_advection_basic.jl";
"../../../LibTrixi.jl/examples/libelixir_t8code_2d_dgsem_advection_amr.jl";

TEST(CInterfaceTest, T8code) {

Expand Down

0 comments on commit e1e8542

Please sign in to comment.