From 79ad8e66f90f8e3617ca685ec39bddfc347bafb8 Mon Sep 17 00:00:00 2001 From: Dorival Pedroso Date: Fri, 22 Sep 2023 00:29:34 +1000 Subject: [PATCH] Improve comment --- russell_sparse/src/solver_mumps.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/russell_sparse/src/solver_mumps.rs b/russell_sparse/src/solver_mumps.rs index f14a2af2..316b2dfa 100644 --- a/russell_sparse/src/solver_mumps.rs +++ b/russell_sparse/src/solver_mumps.rs @@ -39,7 +39,7 @@ extern "C" { /// Wraps the MUMPS solver for (large) sparse linear systems /// -/// **Warning:** This solver is NON-THREAD-SAFE, thus use only use in single-thread applications. +/// **Warning:** This solver is **not** thread-safe, thus use only use in single-thread applications. pub struct SolverMUMPS { /// Holds a pointer to the C interface to MUMPS solver: *mut InterfaceMUMPS,