Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Source/prec.f90
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ MODULE PRECISION_PARAMETERS
INTEGER, PARAMETER :: CHID_LENGTH=50 !< Maximum length of job ID
INTEGER, PARAMETER :: FILE_LENGTH=200 !< Maximum length of filenames ID
INTEGER, PARAMETER :: NAMELIST_LENGTH=300 !< Maximum length of NAMELIST line in input file (see SEARCH_INPUT_FILE)
INTEGER, PARAMETER :: MESH_STRING_LENGTH=LABEL_LENGTH + 80 !< Length for storage of strings
INTEGER, PARAMETER :: FN_LENGTH=FILE_LENGTH+CHID_LENGTH !< Length for output filename strings (includes output directory)
INTEGER, PARAMETER :: MESH_STRING_LENGTH=LABEL_LENGTH + 100 !< Length for storage of strings
INTEGER, PARAMETER :: FN_LENGTH=FILE_LENGTH+CHID_LENGTH !< Length for output filename strings (includes output directory)
INTEGER, PARAMETER :: N_OUTPUT_QUANTITIES=600 !< Dimension of array that holds names of output quantities
INTEGER, PARAMETER :: POINTS_ARRAY_DIM=100 !< Dimension of arrays of linear device coordinates

Expand Down