Skip to content

Commit

Permalink
fix identation
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol committed Aug 8, 2023
1 parent a94c6cb commit d2ec722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/process/test_ProcessTools.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ def test_AFR():
wtfrac_hc = 0.0

for i in range(fluid.getNumberOfComponents()):
if fluid.getComponent(i).isHydrocarbon():
if fluid.getComponent(i).isHydrocarbon():
sum_hc = sum_hc + fluid.getComponent(i).getz()
molmass_hc = molmass_hc + fluid.getComponent(i).getz() * fluid.getComponent(i).getMolarMass()
elements_c = elements_c + fluid.getComponent(i).getz() * fluid.getComponent(i).getElements().getNumberOfElements("C")
Expand Down

0 comments on commit d2ec722

Please sign in to comment.