Skip to content

Commit

Permalink
handle different id=
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Aug 25, 2023
1 parent 053acf7 commit 150ccfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plot1d.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def mouse_moved(e):
argparser.add_argument('-f', '--fix', action='store_true', help='fixes the x and y axes of the animation based on the animation\'s first frame')
args = argparser.parse_args()

# fnames='run1/tab/LinWave*tab'
# @todo there can be several ID types of the form BASENAME.ID.NNNNN.tab
if args.hst:
f = glob.glob(args.dir + '/*.hst')
else:
Expand Down

0 comments on commit 150ccfe

Please sign in to comment.