Skip to content
This repository was archived by the owner on Jun 14, 2022. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove comment
  • Loading branch information
prehner committed Dec 2, 2021
commit 5b2b8b174353515e098afe8692860b80b17c8055
1 change: 0 additions & 1 deletion src/cubic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ impl EquationOfState for PengRobinson {

fn ideal_gas(&self) -> &dyn IdealGasContribution {
&self.ideal_gas
// &DefaultIdealGasContribution()
}
}

Expand Down