From d538722d572c1c3ce662435778422bd6a4872e81 Mon Sep 17 00:00:00 2001 From: ralfulrich <ralf.ulrich@kit.edu> Date: Thu, 7 Jan 2021 02:44:17 +0100 Subject: [PATCH] moved phys_units --- do-clang-format.py | 2 +- do-copyright.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/do-clang-format.py b/do-clang-format.py index 4dc30a1a5..076a5ccdf 100755 --- a/do-clang-format.py +++ b/do-clang-format.py @@ -18,7 +18,7 @@ parser.add_argument("--all", action="store_true", args = parser.parse_args() -excludeDirs = [r"^(\./)?modules/", r"^(\./)?externals/", r"^(\./)?build", r"^(\./)?install", r"(\./)?\.git"] +excludeDirs = [r"^(\./)?modules/", r"^(\./)?externals/", r"^(\./)?build", r"^(\./)?install", r"(\./)?\.git", r"^(\./)?corsika/framework/units",] filelist = [] if args.all: diff --git a/do-copyright.py b/do-copyright.py index 1fb31e082..7e0caf2d1 100755 --- a/do-copyright.py +++ b/do-copyright.py @@ -21,7 +21,7 @@ Debug settings are 0: nothing, 1: checking, 2: filesystem """ Debug = 0 -excludeDirs = ["./modules", "./externals", "build", "install", "git"] +excludeDirs = ["./modules", "./externals", "build", "install", "git", "framework/units"] excludeFiles = ['PhysicalConstants.h','CorsikaFenvOSX.cc', 'sgn.h', 'quartic.h'] extensions = [".cpp", ".inl", ".hpp"] -- GitLab