IAP GITLAB
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
corsika
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Air Shower Physics
corsika
Commits
9eae0de0
Commit
9eae0de0
authored
4 years ago
by
Ralf M Ulrich
Committed by
ralfulrich
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
cleanup
parent
adb829a0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!191
Resolve "Runtime error with pythia"
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Processes/CONEX/CONEX.cc
+10
-0
10 additions, 0 deletions
Processes/CONEX/CONEX.cc
Processes/CONEX/CONEX.h
+15
-5
15 additions, 5 deletions
Processes/CONEX/CONEX.h
Processes/CONEX/testConex.cc
+0
-1
0 additions, 1 deletion
Processes/CONEX/testConex.cc
with
25 additions
and
6 deletions
Processes/CONEX/CONEX.cc
+
10
−
0
View file @
9eae0de0
/*
* (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
;
...
...
This diff is collapsed.
Click to expand it.
Processes/CONEX/CONEX.h
+
15
−
5
View file @
9eae0de0
/*
* (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
This diff is collapsed.
Click to expand it.
Processes/CONEX/testConex.cc
+
0
−
1
View file @
9eae0de0
...
...
@@ -25,6 +25,5 @@ TEST_CASE("CONEX", "[processes]") {
SECTION
(
"linking conex"
)
{
using
std
::
cout
;
using
std
::
endl
;
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment