File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ MODULE PRECISION_PARAMETERS
2727INTEGER , PARAMETER :: CHID_LENGTH= 50 ! < Maximum length of job ID
2828INTEGER , PARAMETER :: FILE_LENGTH= 200 ! < Maximum length of filenames ID
2929INTEGER , PARAMETER :: NAMELIST_LENGTH= 300 ! < Maximum length of NAMELIST line in input file (see SEARCH_INPUT_FILE)
30- INTEGER , PARAMETER :: MESH_STRING_LENGTH= LABEL_LENGTH + 80 ! < Length for storage of strings
31- INTEGER , PARAMETER :: FN_LENGTH= FILE_LENGTH+ CHID_LENGTH ! < Length for output filename strings (includes output directory)
30+ INTEGER , PARAMETER :: MESH_STRING_LENGTH= LABEL_LENGTH + 100 ! < Length for storage of strings
31+ INTEGER , PARAMETER :: FN_LENGTH= FILE_LENGTH+ CHID_LENGTH ! < Length for output filename strings (includes output directory)
3232INTEGER , PARAMETER :: N_OUTPUT_QUANTITIES= 600 ! < Dimension of array that holds names of output quantities
3333INTEGER , PARAMETER :: POINTS_ARRAY_DIM= 100 ! < Dimension of arrays of linear device coordinates
3434
You can’t perform that action at this time.
0 commit comments