Skip to content

Commit

Permalink
dump on every funct3d call: xc
Browse files Browse the repository at this point in the history
  • Loading branch information
jons-pf committed Oct 23, 2024
1 parent 2e20df3 commit 2de809a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/General/funct3d.f
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ SUBROUTINE funct3d_par (lscreen, ier_flag)

! dump state vector
write(filename, 998) "dump_parvmec", &
& "funct3d_xc_", &
& "funct3d_xc", &
& ns, nfunct3d
998 format(a,'/',a,'_',i5.5,'_',i5.5,'.dat')
open(unit=73, file=trim(filename), status="unknown")
Expand Down

0 comments on commit 2de809a

Please sign in to comment.