remove gsl

This commit is contained in:
Daniel Bauer
2020-10-26 10:20:41 +01:00
parent 2876c1dc3a
commit 8a88d7742a
6 changed files with 68 additions and 34 deletions

View File

@@ -3,7 +3,6 @@
#[macro_use]
extern crate error_chain;
extern crate rand;
extern crate rgsl;
extern crate rayon;
#[cfg(test)]
#[macro_use]
@@ -14,6 +13,7 @@ pub mod io;
pub mod histogram;
pub mod error_analysis;
pub mod correlation_analysis;
pub mod statistics;
use histogram::Dataset;
use std::f64;