Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Increase STRMAX to read in long SEED lists
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed May 31, 2021
1 parent e44cd8b commit 8dd8f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/swiftest_globals.f90
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module swiftest_globals
!integer(I4B), parameter :: RMVS = 7
!integer(I4B), parameter :: SYMBA = 8

integer(I4B), parameter :: STRMAX = 128
integer(I4B), parameter :: STRMAX = 1024
!! Maximum size of character strings

character(*), parameter :: REAL4_TYPE = "REAL4"
Expand Down

0 comments on commit 8dd8f11

Please sign in to comment.