Skip to content

Commit

Permalink
Marklin: Fix bug in VisIt output labeling in python wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
hansec committed Oct 31, 2023
1 parent 8ca9057 commit 6ad3aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/wrappers/marklin_f.F90
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ SUBROUTINE marklin_save_visit(error_str) BIND(C,NAME="marklin_save_visit")
ALLOCATE(bvout(3,u%n/3))
!---Save modes
DO i=1,taylor_nm
! WRITE(pltnum,'(I3.3)')i
WRITE(pltnum,'(I3.3)')i
! CALL oft_hcurl%vec_save(taylor_hffa(i,oft_hcurl_level)%f, &
! 'taylor.rst','A_'//pltnum, append=(i/=1))
!---Setup field interpolation
Expand Down

0 comments on commit 6ad3aca

Please sign in to comment.