Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
cpmech committed Sep 20, 2023
1 parent cd6ba96 commit 3b0fdca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion russell_sparse/src/write_matrix_market.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ impl CsrMatrix {
///
/// By running `vismatrix doc-example-vismatrix.smat` you get the following screen:
///
/// ![doc-example-vismatrix](https://raw.githubusercontent.com/cpmech/russell/main/russell_sparse/data/figures/doc-example-vismatrix.svg)
/// ![doc-example-vismatrix](https://raw.githubusercontent.com/cpmech/russell/main/russell_sparse/data/figures/doc-example-vismatrix.png)
pub fn write_matrix_market<P>(&self, full_path: &P, vismatrix: bool) -> Result<(), StrError>
where
P: AsRef<OsStr> + ?Sized,
Expand Down

0 comments on commit 3b0fdca

Please sign in to comment.