mirror of
https://github.com/aselimov/cea-rs.git
synced 2026-04-21 09:24:21 +00:00
Reorganize some code and add the start of the transport file parsing
This commit is contained in:
parent
d5ed4c7599
commit
3548d8b449
7 changed files with 281 additions and 28 deletions
|
|
@ -1,6 +1,9 @@
|
|||
mod data;
|
||||
mod thermo_db;
|
||||
mod error;
|
||||
mod polynomials;
|
||||
mod thermo_db;
|
||||
mod thermo_fit;
|
||||
mod transport_db;
|
||||
mod transport_fit;
|
||||
mod utils;
|
||||
|
||||
pub use error::PropertiesError;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue