From 6ad3acad3e7cffb5a6cdf30a777d92aeb0c762ab Mon Sep 17 00:00:00 2001 From: Chris Hansen Date: Tue, 31 Oct 2023 14:40:33 -0600 Subject: [PATCH] Marklin: Fix bug in VisIt output labeling in python wrapper --- src/python/wrappers/marklin_f.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/wrappers/marklin_f.F90 b/src/python/wrappers/marklin_f.F90 index b9b962b..30e7d50 100644 --- a/src/python/wrappers/marklin_f.F90 +++ b/src/python/wrappers/marklin_f.F90 @@ -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