Skip to content

Commit

Permalink
Rename solver to solver-python
Browse files Browse the repository at this point in the history
  • Loading branch information
fsimonis committed Dec 3, 2024
1 parent 8846a82 commit 0acd31b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion growing-mesh/A/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e -u

python3 -m venv .venv
. .venv/bin/activate
pip install ../solver
pip install ../solver-python

if [ $# -eq 0 ]; then
growing A
Expand Down
2 changes: 1 addition & 1 deletion growing-mesh/B/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e -u

python3 -m venv .venv
. .venv/bin/activate
pip install ../solver
pip install ../solver-python

if [ $# -eq 0 ]; then
growing B
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 0acd31b

Please sign in to comment.