Skip to content

Commit 0acd31b

Browse files
committed
Rename solver to solver-python
1 parent 8846a82 commit 0acd31b

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

growing-mesh/A/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e -u
33

44
python3 -m venv .venv
55
. .venv/bin/activate
6-
pip install ../solver
6+
pip install ../solver-python
77

88
if [ $# -eq 0 ]; then
99
growing A

growing-mesh/B/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e -u
33

44
python3 -m venv .venv
55
. .venv/bin/activate
6-
pip install ../solver
6+
pip install ../solver-python
77

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

0 commit comments

Comments
 (0)