Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yardasol committed Sep 5, 2023
1 parent 1f3ffbf commit cc50a43
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions saltproc/materialflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,6 @@ def __add__(x, y):
x_density = x.mass / x.volume
y_density = y.mass / y.volume

#result_density = x_density * y_density * (x.mass + y.mass) / \
# (x.mass * y_density + y.mass * x_density)
result_density = x_density

result_volume = result_mass / result_density
Expand Down
2 changes: 0 additions & 2 deletions saltproc/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,6 @@ def process_material(self, inflow):
thru_flow.volume = thru_flow.volume * \
total_thru_mass / thru_flow.get_mass()
thru_flow.mass = total_thru_mass
#thru_flow.mass = float(inflow.mass - waste_stream.mass)
#thru_flow.norm_comp()

del thru_mass, waste_mass

Expand Down

0 comments on commit cc50a43

Please sign in to comment.