Skip to content

Commit

Permalink
FDS Source : Increase size of LABEL, dump.f90.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosvanella committed May 3, 2021
1 parent e68c4bb commit 1ba4f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/dump.f90
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ SUBROUTINE INITIALIZE_GLOBAL_DUMPS(T,DT)
INTEGER :: NN,I,N,N_OUT,N_ZONE_TMP,LU,J
CHARACTER(80) :: FN
CHARACTER(LABEL_LENGTH) :: LAB,UNITS
CHARACTER(LABEL_LENGTH), DIMENSION(42) :: LABEL='null'
CHARACTER(LABEL_LENGTH+7), DIMENSION(42) :: LABEL='null'

TNOW=CURRENT_TIME()

Expand Down

0 comments on commit 1ba4f57

Please sign in to comment.