Skip to content

Commit

Permalink
Update cvd_condensate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yohanesnuwara authored Jun 24, 2020
1 parent 21f1cf4 commit 9345e65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def cvd_condensate(z, z2, temp, p, Gp, Np, Vo):
Rsj_arr = []
Rvj_arr = []

for i in range(len(j) - 1):
for i in range(len(p) - 1):

# Eq 10.13
Vtoj = Vo_j[i] * Vtg1
Expand Down

0 comments on commit 9345e65

Please sign in to comment.