Skip to content

Commit

Permalink
Merge pull request #9476 from marcosvanella/master
Browse files Browse the repository at this point in the history
FDS Source : Increase size of LABEL, dump.f90.
  • Loading branch information
marcosvanella committed May 3, 2021
2 parents e68c4bb + 1ba4f57 commit 77a76ca
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 77a76ca

Please sign in to comment.