IAP GITLAB

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

cleanup

parent adb829a0
No related branches found
No related tags found
1 merge request!191Resolve "Runtime error with pythia"
/*
* (c) Copyright 2020 CORSIKA Project, corsika-project@lists.kit.edu
*
* See file AUTHORS for a list of contributors.
*
* 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.
*/
#include <corsika/process/conex/CONEX.h>
using namespace corsika::process::CONEX;
......
/*
* (c) Copyright 2020 CORSIKA Project, corsika-project@lists.kit.edu
*
* See file AUTHORS for a list of contributors.
*
* 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
#include <ConexDynamicInterface.h>
namespace corsika::process::CONEX {
class conex{
public:
conex();
};
class conex {
public:
conex();
};
}
} // namespace corsika::process::CONEX
......@@ -25,6 +25,5 @@ TEST_CASE("CONEX", "[processes]") {
SECTION("linking conex") {
using std::cout;
using std::endl;
}
}
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