mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-26 13:15:21 -04:00
Revive minimax_to_fortran_source.py
This commit is contained in:
parent
67208cef2f
commit
9cea0ffd4a
6 changed files with 8400 additions and 1983 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue