Skip to content

Commit

Permalink
Revert debugging change that disabled some snapshot formats
Browse files Browse the repository at this point in the history
  • Loading branch information
jchelly committed Oct 19, 2021
1 parent 8593b83 commit c96a0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/src/snapshot_reader.f90
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ type(result_type) function snapshot_open_unknown(fname, isnap, ri)
endif

! Try all readers in sequence
do i = 1, 4 !nformat, 1
do i = 1, nformat, 1
call snapshot_set_format(format_names(i))
res = snapshot_open(fname,isnap,ri)
if(res%success)then
Expand Down

0 comments on commit c96a0f3

Please sign in to comment.