Skip to content

Commit

Permalink
Update Dictionary.f95
Browse files Browse the repository at this point in the history
made STRING_LENGTH_SHORT public
  • Loading branch information
gabor1 authored Mar 20, 2024
1 parent c0cee95 commit caff154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libAtoms/Dictionary.f95
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ module dictionary_module
integer, parameter :: &
PROPERTY_INT = 1, PROPERTY_REAL = 2, PROPERTY_STR = 3, PROPERTY_LOGICAL = 4

public :: C_KEY_LEN, STRING_LENGTH, DICT_N_FIELDS
public :: C_KEY_LEN, STRING_LENGTH, STRING_LENGTH_SHORT, DICT_N_FIELDS
integer, parameter :: C_KEY_LEN = 256
#ifdef STRING_LENGTH_OVERRIDE
integer, parameter :: STRING_LENGTH = STRING_LENGTH_OVERRIDE !% Maximum string length
Expand Down

0 comments on commit caff154

Please sign in to comment.