Skip to content

Commit

Permalink
Update gen_lapack.py
Browse files Browse the repository at this point in the history
  • Loading branch information
huang-lihao committed Jan 11, 2024
1 parent 473f3e4 commit 029cadb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lapack4abaqus/gen_lapack.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ def gen_lapack(
out = open('lapack.f', 'w')
files = {}
keys = []
print(os.listdir("."))
print(os.listdir(os.path.join(".", "lapack")))
for folder in folders:
for f in os.listdir(folder):
file = os.path.join(folder, f)
Expand Down

0 comments on commit 029cadb

Please sign in to comment.