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
Next Next commit
Fixed due to renaming
  • Loading branch information
g-bauer committed Mar 14, 2022
commit 23a21ffa97b351fd619971f3462defd89ddc84e1
2 changes: 1 addition & 1 deletion src/utils/dataset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ impl<U: EosUnit, E: EquationOfState> DataSet<U, E> for VaporPressure<U> {
QuantityScalar<U>: std::fmt::Display + std::fmt::LowerExp,
{
let critical_point =
State::critical_point(eos, None, Some(self.max_temperature), VLEOptions::default())
State::critical_point(eos, None, Some(self.max_temperature), SolverOptions::default())
.unwrap();
let tc = critical_point.temperature;
let pc = critical_point.pressure(Contributions::Total);
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.