From ce5f5c8b09101bfa01baf2c8f29e4348c9bc9015 Mon Sep 17 00:00:00 2001 From: "samuel.hayden" <samuel.haydeb@fhr.frunhofer.de> Date: Wed, 20 Mar 2024 10:16:30 +0100 Subject: [PATCH] Added --celltype arguement --- LatticeDehomogenization/src/inputParsing/ParseCommandLine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LatticeDehomogenization/src/inputParsing/ParseCommandLine.h b/LatticeDehomogenization/src/inputParsing/ParseCommandLine.h index 9551f9c..14d82fc 100644 --- a/LatticeDehomogenization/src/inputParsing/ParseCommandLine.h +++ b/LatticeDehomogenization/src/inputParsing/ParseCommandLine.h @@ -10,7 +10,7 @@ typedef std::unordered_map<std::string, std::string> KeyValueMap; typedef std::unordered_set<std::string> AcceptedKeys; -#define ACCEPTED_KEYS { "--input", "--bounds", "--output" } +#define ACCEPTED_KEYS { "--input", "--bounds", "--output", "--celltype" } class ParseCommandLine -- GitLab