-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from tudo-astroparticlephysics/cor75700
Cor75700 version merged into master
- Loading branch information
Showing
32 changed files
with
1,024 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,9 @@ | |
|
||
#include "basic/basic.h" | ||
|
||
#include <cstddef> | ||
#include <stdexcept> | ||
|
||
Basic::Basic() | ||
{ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/* setup.h | ||
* this file is part of Dynstack/RemoteControl for CORSIKA | ||
* | ||
* Copyright (C) <2016> <Dominik Baack> | ||
* All rights reserved. | ||
* | ||
* This software may be modified and distributed under the terms | ||
* of the LGPL license. See the LICENSE file for details. | ||
*/ | ||
|
||
#pragma once | ||
|
||
|
Oops, something went wrong.