Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusHolly committed Oct 16, 2023
1 parent 1eb1cbd commit 5a7afd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2248,7 +2248,7 @@ def export_variables(flowsheet=None, exports=None):
)
exports.add(
obj=fs.adm_asm.inlet.conc_mass_comp[0, "X_I"],
name="mAnaerobic digestor liquid outlet X_I concentration",
name="Anaerobic digestor liquid outlet X_I concentration",
ui_units=pyunits.g / pyunits.m**3,
display_units="g/m3",
rounding=5,
Expand Down

0 comments on commit 5a7afd1

Please sign in to comment.