Skip to content

Commit eb9b17c

Browse files
authored
Update doc/sphinx/examples/tests_ci/gsph/sod_tube_gsph.py
1 parent a39e8a6 commit eb9b17c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/sphinx/examples/tests_ci/gsph/sod_tube_gsph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def compute_L2_errors(data, sod, t, x_min, x_max):
9797

9898

9999
if shamrock.sys.world_rank() == 0:
100-
rho, v, P = compute_L2_errors(ctx, sod, t_target, -0.5, 0.5)
100+
rho, v, P = compute_L2_errors(data, sod, t_target, -0.5, 0.5)
101101
vx, vy, vz = v
102102

103103
print("current errors :")

0 commit comments

Comments
 (0)