From 6bfb13f3d8f5612ceda088049fc2f164a960488b Mon Sep 17 00:00:00 2001 From: Matthew Scroggs Date: Fri, 30 Aug 2024 17:26:42 +0100 Subject: [PATCH] ndgrid git not local --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 558ad675..52dd4ea8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,8 +25,7 @@ mpi = { version = "0.8.*", optional = true } num = "0.4" lazy_static = "1.4" ndelement = "0.1.0" -# ndgrid = { git = "https://github.com/bempp/ndgrid.git" } -ndgrid = { path = "../ndgrid" } +ndgrid = { git = "https://github.com/bempp/ndgrid.git" } rayon = "1.9" rlst = "0.2" green-kernels = "0.2.0"