src/lib.rs

changeset 76
b921ed0ab99b
parent 75
677a5fd1b014
equal deleted inserted replaced
75:677a5fd1b014 76:b921ed0ab99b
263 pub inner_pp_τ: Option<Vec<F>>, 263 pub inner_pp_τ: Option<Vec<F>>,
264 264
265 #[arg(long)] 265 #[arg(long)]
266 /// Inner tolerance multiplier 266 /// Inner tolerance multiplier
267 pub inner_tol: Option<F>, 267 pub inner_tol: Option<F>,
268
269 #[arg(long)]
270 /// Use a conservative insertion strategy
271 pub conservative: Option<bool>,
268 } 272 }
269 273
270 /// A generic entry point for binaries based on this library 274 /// A generic entry point for binaries based on this library
271 pub fn common_main<E: ExperimentSetup>() -> DynResult<()> { 275 pub fn common_main<E: ExperimentSetup>() -> DynResult<()> {
272 let cli = FusedCommandLineArgs::<E>::parse(); 276 let cli = FusedCommandLineArgs::<E>::parse();

mercurial