Skip to content
Snippets Groups Projects
lib.rs 1.11 KiB
Newer Older
y.zobus's avatar
y.zobus committed
<<<<<<< HEAD
Udo Eisenbarth's avatar
Udo Eisenbarth committed
//! This is the documentation for the **OPOSSUM** software package. **OPOSSUM** stands for
//! **Op**en-source **O**ptics **S**imulation **S**oftware and **U**nified **M**odeller.
/// The basic structure representing an optical element
pub mod optical;

pub mod dottable;

/// The basic structure containing the entire optical model
mod optic_scenery;
pub mod optic_ports;
Udo Eisenbarth's avatar
Udo Eisenbarth committed
pub mod nodes;

pub mod spectrum;
pub mod properties;

Udo Eisenbarth's avatar
Udo Eisenbarth committed
pub use optic_scenery::OpticScenery;
y.zobus's avatar
y.zobus committed
=======
//! This is the documentation for the **OPOSSUM** software package. **OPOSSUM** stands for
//! **Op**en-source **O**ptics **S**imulation **S**oftware and **U**nified **M**odeller.
//!
mod light;
pub mod lightdata;
/// The basic structure representing an optical element
pub mod optic_node;
/// The basic structure containing the entire optical model
mod optic_scenery;

pub mod optic_ports;

pub mod nodes;

pub mod analyzer;

pub mod error;

pub mod spectrum;

pub use optic_scenery::OpticScenery;

pub mod console;
>>>>>>> dde6804 (simple console prompt)