Skip to content

Commit

Permalink
Replace 'get(0)' with 'first()' in mesh processing
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricchevalier19 committed Feb 6, 2024
1 parent 15c34ca commit 20f0de6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 29 deletions.
49 changes: 21 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ scotch = ["dep:scotch"]

# Partitioners
coupe = { version = "0.1", path = ".." }
scotch = { version = "0.1", optional = true }
scotch = { version = "0.2", optional = true }
metis = { version = "0.1", optional = true }

# Better tracing and profiling in Intel tools
Expand Down

0 comments on commit 20f0de6

Please sign in to comment.