Skip to content

Commit

Permalink
Increase maximum line length in SETCSLL (#4)
Browse files Browse the repository at this point in the history
This allows for CSLs that have up to 20 open shells at least.

Co-authored-by: Per Jönsson <per.jonsson@mah.se>
  • Loading branch information
mortenpi and tspejo committed Dec 2, 2018
1 parent 92021fc commit 2f51bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/lib9290/setcsll.f90
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ SUBROUTINE SETCSLL(NUNIT, NAME, NBLKIN, NBLOCK, NCFBLK, NCFTOT, IDBLK)
!-----------------------------------------------
INTEGER :: I, NCSF, IOS, IERR
LOGICAL :: FOUND
CHARACTER :: STR*15, CH*2, LINE3*100
CHARACTER :: STR*15, CH*2, LINE3*200
!-----------------------------------------------
! Locals

Expand Down

0 comments on commit 2f51bbd

Please sign in to comment.