Skip to content
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
fix gc_pcsaft DFT
  • Loading branch information
prehner committed Jul 7, 2023
commit b2b75805c9ac3f6f5778a5b733d52a0c9f9a185d
2 changes: 1 addition & 1 deletion src/gc_pcsaft/dft/parameter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ impl ParameterHetero for GcPcSaftFunctionalParameters {
let sigma = Array1::from_vec(sigma);
let component_index = Array1::from_vec(component_index);
let association =
AssociationParameters::new(&association_records, &sigma, Some(&component_index));
AssociationParameters::new(&association_records, &sigma, &[], Some(&component_index));

Ok(Self {
molarweight,
Expand Down