//! `srs-grid` — the i,j,k corner-point grid data model.
//!
//! The spine type is [`Grid`]: corner-point [`geometry`](CornerPointGeom) plus
//! per-cell [`Properties`] plus [`KLayer`] layering. The box grid
//! ([`build_box`]) is the degenerate, unfaulted case (Ponting 1989); the same
//! structure carries the full convergent grid later, so it upgrades in place.
pub use ;
pub use Cell;
pub use ;
pub use Grid;
pub use ;
pub use KLayer;
pub use Point3;
pub use ;
pub use Segment;
pub use hexahedron_volume;