Skip to content

Commit

Permalink
Merge pull request #12259 from marcosvanella/master
Browse files Browse the repository at this point in the history
FDS Source : Initialize CLIP_RHOMIN, CLIP_RHOMAX.
  • Loading branch information
marcosvanella authored Nov 30, 2023
2 parents 4fe7f2a + c968640 commit 2b45ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/mesh.f90
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ MODULE MESH_VARIABLES

REAL(EB) :: CFL,DIVMX,DIVMN,VN,RESMAX,PART_UVWMAX=0._EB
INTEGER :: ICFL,JCFL,KCFL,IMX,JMX,KMX,IMN,JMN,KMN, I_VN,J_VN,K_VN,IRM,JRM,KRM, DT_RESTRICT_COUNT=0,DT_RESTRICT_STORE=0
LOGICAL :: CLIP_RHOMIN,CLIP_RHOMAX
LOGICAL :: CLIP_RHOMIN=.FALSE.,CLIP_RHOMAX=.FALSE.
LOGICAL :: BAROCLINIC_TERMS_ATTACHED=.FALSE.
CHARACTER(LABEL_LENGTH) :: TRNX_ID,TRNY_ID,TRNZ_ID

Expand Down

0 comments on commit 2b45ec2

Please sign in to comment.