//! # Compressible Flow
//!
//! `comp-flow` is a collection of functions for basic compressible flow relations.
//!
//! <div class="warning">
//!
//! The included functions have no input checking or error handling whatsoever.
//! Invalid (non-physical) inputs such as mach < 1 for a shock relation or gamma < 1
//! may produce non-sensical outputs.
//!
//! </div>
//!
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;