Skip to content

Commit b1efd4e

Browse files
committed
fix typo
1 parent 36e6f56 commit b1efd4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

advection_fv4/_defaults

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ v = 1.0 ; advective velocity in y-direction
88

99
limiter = 1 ; limiter (0 = none, 1 = ppm)
1010

11-
temporal_method = RK4 ; integration method (see mesh/integrators/.py)
11+
temporal_method = RK4 ; integration method (see mesh/integrators.py)
1212

1313

0 commit comments

Comments
 (0)