Skip to content

Commit

Permalink
Improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cpmech committed Sep 21, 2023
1 parent e8f2de9 commit 79ad8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion russell_sparse/src/solver_mumps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 79ad8e6

Please sign in to comment.