From e42a5b31b3b1f82a3e82cb95c8fa5e024ccef302 Mon Sep 17 00:00:00 2001 From: Matthew Scroggs Date: Mon, 1 Dec 2025 08:22:15 +0000 Subject: [PATCH] scotch not coupe --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 237ea1e..f58418a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -198,4 +198,4 @@ pub use ndelement; use coupe as _; #[cfg(not(feature = "mpi"))] #[cfg(feature = "scotch")] -use coupe as _; +use scotch as _;