Skip to content

Commit 7fd1fcf

Browse files
committed
Fixed bug from rebasing
1 parent 3c71bba commit 7fd1fcf

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

feos-derive/src/ideal_gas.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ fn impl_ideal_gas(
3636
}
3737
} else {
3838
quote! {
39-
Self::#name(ideal_gas) => ideal_gas.ideal_gas_name()
39+
Self::#name(ideal_gas) => ideal_gas.ideal_gas_model()
4040
}
4141
}
4242
});

src/ideal_gas/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ use feos_derive::{Components, IdealGas};
66
use ndarray::Array1;
77
use num_dual::DualNum;
88
use std::sync::Arc;
9-
use ndarray::Array1;
10-
use num_dual::DualNum;
11-
use std::sync::Arc;
129

1310
mod dippr;
1411
mod joback;

0 commit comments

Comments
 (0)