Skip to content

Commit 4cd78c2

Browse files
Mansib RahmanMansib Rahman
authored andcommitted
cleaned up commented code
1 parent b989646 commit 4cd78c2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

toolchain/mfc/case_validator.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1487,8 +1487,6 @@ def check_chemistry(self):
14871487
is provided. No static validation is performed here - chemistry will fail at
14881488
runtime if misconfigured.
14891489
"""
1490-
# Fetch global chemistry and diffusion flags
1491-
# chemistry = self.get("chemistry", "F") == "T"
14921490
chemistry = self.flag("chemistry")
14931491
diffusion = self.get("chem_params%diffusion", "F") == "T"
14941492
num_fluids = self.get("num_fluids")

0 commit comments

Comments
 (0)