Skip to content

Commit

Permalink
Test: lb_interpolation: revert unintentional parameter change
Browse files Browse the repository at this point in the history
  • Loading branch information
RudolfWeeber committed Mar 26, 2020
1 parent 416a8cb commit b426d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/python/lb_interpolation.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
VISC = 4.2
DENS = 1.3
FRIC = 1.4
TAU = 0.3
TAU = 0.2
BOX_L = 18.0
TIME_STEP = TAU
LB_PARAMETERS = {
Expand Down

0 comments on commit b426d5c

Please sign in to comment.