Revive minimax_to_fortran_source.py

This commit is contained in:
Ole Schütt 2021-11-10 22:10:06 +01:00 committed by Ole Schütt
parent 67208cef2f
commit 9cea0ffd4a
6 changed files with 8400 additions and 1983 deletions

View file

@ -88,6 +88,8 @@ def main():
continue
if root.startswith("./tools/autotools"):
continue
if root.startswith("./tools/minimax_tools/1_xData"):
continue
if root.startswith("./data/DFTB/scc"):
continue
if root.startswith("./arch"):
@ -106,6 +108,8 @@ def main():
continue
if root.startswith("./.git"):
continue
if "/.mypy_cache/" in root:
continue
file_list += [os.path.join(root, fn) for fn in files]
# Filter symlinks, backup copies, and hidden files.