Skip to content

Commit 26627b4

Browse files
committed
Python: fix comment
1 parent a63332b commit 26627b4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Utilities/Python/scripts/prof1d.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,9 @@
1111
Use option --save_animation to save the animation (no slider) to a movie file
1212
1313
Example:
14-
$ python prof1d.py --with_slider
15-
16-
Or you can specify a specific time
1714
18-
$ python prof1d.py --time=10 --prof='../Current_Results/pine_21O2_40_1C_cat_prof_4.csv'
15+
$ python prof1d.py --with_slider
1916
20-
will plot the profile at t=10 s.
2117
"""
2218

2319
import sys

0 commit comments

Comments
 (0)