IAP GITLAB

Skip to content
Snippets Groups Projects
Commit d31a01ec authored by ralfulrich's avatar ralfulrich Committed by Ralf Ulrich
Browse files

copyright

parent 81a0c784
No related branches found
No related tags found
1 merge request!389Make the CORSIKA_DATA environment variable optional.
/*
* (c) Copyright 2020 CORSIKA Project, corsika-project@lists.kit.edu
*
* This software is distributed under the terms of the GNU General Public
* Licence version 3 (GPL Version 3). See file LICENSE for a full version of
* the license.
*/
#pragma once #pragma once
#include <string>
namespace corsika { namespace corsika {
/** /**
...@@ -25,8 +35,6 @@ namespace corsika { ...@@ -25,8 +35,6 @@ namespace corsika {
* For more information about the project, see @ref md_README. * For more information about the project, see @ref md_README.
*/ */
// clang-format-off
/*! Usage: /*! Usage:
* to get the version R.X.Y.Z, * to get the version R.X.Y.Z,
* x: major version * x: major version
...@@ -76,6 +84,4 @@ namespace corsika { ...@@ -76,6 +84,4 @@ namespace corsika {
static std::string const CORSIKA_DATA_DIR = "@CORSIKA_CMAKE_DATA_DIR@"; static std::string const CORSIKA_DATA_DIR = "@CORSIKA_CMAKE_DATA_DIR@";
// clang-format-on
} // namespace corsika } // namespace corsika
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment