Skip to content

Commit

Permalink
Fixed bug from rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bauer committed Apr 12, 2024
1 parent 3c71bba commit 7fd1fcf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion feos-derive/src/ideal_gas.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fn impl_ideal_gas(
}
} else {
quote! {
Self::#name(ideal_gas) => ideal_gas.ideal_gas_name()
Self::#name(ideal_gas) => ideal_gas.ideal_gas_model()
}
}
});
Expand Down
3 changes: 0 additions & 3 deletions src/ideal_gas/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ use feos_derive::{Components, IdealGas};
use ndarray::Array1;
use num_dual::DualNum;
use std::sync::Arc;
use ndarray::Array1;
use num_dual::DualNum;
use std::sync::Arc;

mod dippr;
mod joback;
Expand Down

0 comments on commit 7fd1fcf

Please sign in to comment.