Skip to content

Commit

Permalink
Doc-comment for mmps
Browse files Browse the repository at this point in the history
  • Loading branch information
jacg committed Aug 19, 2022
1 parent 1889ec4 commit fee9d49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions units/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ pub type InvertDimension<D> = uom::si::ISQ<
<<D as Dimension>::N as uom::lib::ops::Neg>::Output,
<<D as Dimension>::J as uom::lib::ops::Neg>::Output>;

/// A system of units with millimetres and picoseconds replacing the default
/// metres and seconds as the base units of `Length` and `Time`
/// Useful for bitwise compatibility with data generated by Geant4.
pub mod mmps {

use uom::si::{
Expand Down

0 comments on commit fee9d49

Please sign in to comment.