Skip to content

Commit

Permalink
Update System.f95
Browse files Browse the repository at this point in the history
added SYSTEM_STRING_LENGTH_SHORT
  • Loading branch information
gabor1 authored Mar 20, 2024
1 parent 33cdd69 commit 467ba0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libAtoms/System.f95
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ module system_module

integer,private :: mpi_n, mpi_myid ! Number of processes and local process ID
real(dp),private :: start_time ! Initial time
integer, parameter, private :: SYSTEM_STRING_LENGTH_SHORT = 32 !when a shorter strong is enough and we have lots of them
integer, parameter, private :: SYSTEM_STRING_LENGTH = 1024 !max line length read
integer, parameter, private :: SYSTEM_STRING_LENGTH_LONG = 102400 !max line length read
character(SYSTEM_STRING_LENGTH_LONG),public :: line ! 'line' is global and is used by other modules
Expand Down

0 comments on commit 467ba0f

Please sign in to comment.