1 2 3 4 5
use cometsfactory::types::LongPeriod; pub fn create() -> LongPeriod { LongPeriod::new(3.0e4, 186.0, 0.9951) }