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
bcc17ff8
Commit
bcc17ff8
authored
4 years ago
by
Remy Prechelt
Committed by
Ralf Ulrich
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove unused includes of older Logger file.
parent
d1a0c6a5
No related branches found
No related tags found
2 merge requests
!234
WIP: Initial example of python as script language from C++
,
!223
Complete rework of logging using spdlog
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Processes/StackInspector/StackInspector.cc
+0
-2
0 additions, 2 deletions
Processes/StackInspector/StackInspector.cc
Setup/CMakeLists.txt
+0
-1
0 additions, 1 deletion
Setup/CMakeLists.txt
Setup/SetupLogger.h
+0
-11
0 additions, 11 deletions
Setup/SetupLogger.h
with
0 additions
and
14 deletions
Processes/StackInspector/StackInspector.cc
+
0
−
2
View file @
bcc17ff8
...
@@ -11,8 +11,6 @@
...
@@ -11,8 +11,6 @@
#include
<corsika/process/stack_inspector/StackInspector.h>
#include
<corsika/process/stack_inspector/StackInspector.h>
#include
<corsika/units/PhysicalUnits.h>
#include
<corsika/units/PhysicalUnits.h>
#include
<corsika/logging/Logger.h>
#include
<corsika/setup/SetupTrajectory.h>
#include
<corsika/setup/SetupTrajectory.h>
#include
<chrono>
#include
<chrono>
...
...
This diff is collapsed.
Click to expand it.
Setup/CMakeLists.txt
+
0
−
1
View file @
bcc17ff8
set
(
set
(
SETUP_HEADERS
SETUP_HEADERS
SetupStack.h
SetupStack.h
SetupLogger.h
SetupEnvironment.h
SetupEnvironment.h
SetupTrajectory.h
SetupTrajectory.h
)
)
...
...
This diff is collapsed.
Click to expand it.
Setup/SetupLogger.h
deleted
100644 → 0
+
0
−
11
View file @
d1a0c6a5
/*
* (c) Copyright 2018 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
namespace
corsika
{}
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