From b2dd1e6c61c839289fe6616f604905fdbb3fe1bd Mon Sep 17 00:00:00 2001
From: Remy Prechelt <prechelt@hawaii.edu>
Date: Sun, 25 Oct 2020 01:06:01 -1000
Subject: [PATCH] Add a "creator" tag to the top-level config.

---
 Outputs/OutputManager.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Outputs/OutputManager.h b/Outputs/OutputManager.h
index 3630fcad6..07a119ce2 100644
--- a/Outputs/OutputManager.h
+++ b/Outputs/OutputManager.h
@@ -72,6 +72,7 @@ namespace corsika::output {
 
       // some basic info
       config["name"] = name_;               // the simulation name
+      config["creator"] = "CORSIKA8";       // a tag to identify C8 libraries
       config["version"] = "8.0.0-prealpha"; // the current version
 
       // write the node to a file
-- 
GitLab