Clean up reexport

This commit is contained in:
Joshua Barretto 2020-04-25 21:28:41 +01:00
parent a1983712d3
commit d2ab29b8bd

View File

@ -2,7 +2,9 @@ pub mod cell;
pub mod mat_cell;
pub use mat_cell::Material;
// Reexport
pub use self::{cell::Cell, mat_cell::MatCell};
use crate::{
vol::{IntoFullPosIterator, IntoFullVolIterator, ReadVol, SizedVol, Vox, WriteVol},
volumes::dyna::Dyna,