eps
This commit is contained in:
@ -32,8 +32,8 @@ fn generate_png(n: u32, m: u32, width: u32, height: u32, eps: f64) {
|
||||
fn main() {
|
||||
let width = 1000;
|
||||
let height = 1000;
|
||||
let max_n = 300;
|
||||
let max_m = 300;
|
||||
let max_n = 30;
|
||||
let max_m = 30;
|
||||
|
||||
fs::create_dir_all("out").expect("Erreur");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user