Fix some bugs

This commit is contained in:
Alex Selimov 2026-03-29 00:55:12 -04:00
parent 6d1d9bd290
commit cc5ae45c31
6 changed files with 63 additions and 8 deletions

View file

@ -1,8 +1,8 @@
mod data;
mod error;
mod thermo_db;
pub mod thermo_db;
mod thermo_fit;
mod transport_db;
pub mod transport_db;
mod transport_fit;
mod utils;