Skip to content

Commit

Permalink
adapt reference value
Browse files Browse the repository at this point in the history
  • Loading branch information
benegee committed Feb 23, 2024
1 parent 71ba4bf commit 9c83b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fortran/simulationRun_suite.f90
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ subroutine test_simulationRun(error)
allocate(data(size))
call trixi_load_cell_averages(data, 1, handle)
call check(error, data(1), 1.0_dp)
call check(error, data(94), 0.88263491354796_dp)
call check(error, data(94), 0.99833232379996562_dp)
call check(error, data(size), 1e-5_dp)

! Finalize Trixi simulation
Expand Down

0 comments on commit 9c83b05

Please sign in to comment.