Skip to content

Commit

Permalink
Merge pull request #6 from ORNL-Fusion/ns_size_fix
Browse files Browse the repository at this point in the history
Ns size fix
  • Loading branch information
cianciosa authored Jul 19, 2024
2 parents 6148b95 + 2cae804 commit 84bafb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/allocate_boozer.f
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SUBROUTINE allocate_boozer (iread)
C L o c a l V a r i a b l e s
C-----------------------------------------------
INTEGER :: i, jrad, istat1=0, istat2=0, istat3=0, iread, index
CHARACTER(LEN=1000) :: temp
CHARACTER(LEN=2000) :: temp
CHARACTER(LEN=10) :: scanset='0123456789'
c-----------------------------------------------
IF (.not.ALLOCATED(jlist)) ALLOCATE (jlist(ns), lsurf_boz(ns),
Expand Down

0 comments on commit 84bafb4

Please sign in to comment.