mirror of
https://github.com/aselimov/cea-rs.git
synced 2026-04-21 09:24:21 +00:00
Initial commit up to species parsing in thermo.inp
This commit is contained in:
parent
a7a75c1dd1
commit
516cf945ad
11 changed files with 16523 additions and 0 deletions
6
src/properties/mod.rs
Normal file
6
src/properties/mod.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
mod data;
|
||||
mod databases;
|
||||
mod error;
|
||||
mod polynomials;
|
||||
|
||||
pub use error::PropertiesError;
|
||||
Loading…
Add table
Add a link
Reference in a new issue