Skip to content

Commit 4b533d4

Browse files
committed
TL: minor correction
1 parent ba23cd5 commit 4b533d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pySDC/playgrounds/dedalus/scripts/run_rbc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
parser.add_argument(
4343
"--dtWrite", "-dtw", help="time-step for writing solution output",
44-
default=1, type=float)
44+
type=float)
4545
parser.add_argument(
4646
"--logEvery", "-l", help="log every [...] time-steps",
4747
default=100, type=int)

0 commit comments

Comments
 (0)