Skip to content

Commit

Permalink
FDS_SOURCE: Fix variable names
Browse files Browse the repository at this point in the history
  • Loading branch information
drjfloyd committed Jul 15, 2024
1 parent 31799a0 commit 9a6a4d7
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 @@ -3709,7 +3709,7 @@ SUBROUTINE WRITE_DIAGNOSTICS(T,DT)
CALL CPU_TIME(CPUTIME)


IF (SIMULATION_MODE==DNS)
IF (SIM_MODE==DNS_MODE) THEN
IF (ABS(T) > 0._EB) THEN
OUT_DIGITS = MAX(0,MIN(7,7-INT(LOG10(ABS(T)))))
ELSE
Expand Down

0 comments on commit 9a6a4d7

Please sign in to comment.