From d11abff1c3b05cc4f8fe310fdff338e1dce95837 Mon Sep 17 00:00:00 2001 From: Magnus Ulimoen Date: Fri, 12 Feb 2021 17:16:36 +0100 Subject: [PATCH] Add checkbox for gridlines --- webfront/Cargo.toml | 2 +- webfront/frontend/index.html | 5 ++++- webfront/frontend/main.js | 8 +++++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/webfront/Cargo.toml b/webfront/Cargo.toml index 71c9691..bd2aa67 100644 --- a/webfront/Cargo.toml +++ b/webfront/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["cdylib"] wasm-bindgen = "0.2.63" console_error_panic_hook = "0.1.6" wee_alloc = "0.4.5" -sbp = { path = "../sbp", features = ["f32"] } +sbp = { path = "../sbp", features = ["f32", "fast-float"] } ndarray = "0.13.1" euler = { path = "../euler" } maxwell = { path = "../maxwell" } diff --git a/webfront/frontend/index.html b/webfront/frontend/index.html index b145e1e..9f53d81 100644 --- a/webfront/frontend/index.html +++ b/webfront/frontend/index.html @@ -44,7 +44,10 @@
- + +
+
+