Skip to content

Commit

Permalink
Update Dictionary.f95
Browse files Browse the repository at this point in the history
added STRING_LENGTH_SHORT
  • Loading branch information
gabor1 authored Mar 20, 2024
1 parent 467ba0f commit c0cee95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libAtoms/Dictionary.f95
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ module dictionary_module
#else
integer, parameter :: STRING_LENGTH = 30000 !% Maximum string length
#endif
integer, parameter :: STRING_LENGTH_SHORT = 32 !% a shorter string length, for when there are LOTS of strings
integer, parameter :: DICT_N_FIELDS = 1000 !% Maximum number of fields during parsing

public :: dictdata
Expand Down

0 comments on commit c0cee95

Please sign in to comment.