IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 712f946c authored by ralfulrich's avatar ralfulrich
Browse files

fixed include-reorderig bug due to clang-format

parent 27720726
No related branches found
No related tags found
No related merge requests found
...@@ -8,5 +8,3 @@ ...@@ -8,5 +8,3 @@
* Licence version 3 (GPL Version 3). See file LICENSE for a full version of * Licence version 3 (GPL Version 3). See file LICENSE for a full version of
* the license. * the license.
*/ */
...@@ -54,7 +54,7 @@ namespace corsika::stack { ...@@ -54,7 +54,7 @@ namespace corsika::stack {
*/ */
template <typename StackDataType, template <typename> typename ParticleInterface> template <typename StackDataType, template <typename> typename ParticleInterface>
class SecondaryView : public corsika::stack::Stack<StackDataType&, ParticleInterface> { class SecondaryView : public Stack<StackDataType&, ParticleInterface> {
using ViewType = SecondaryView<StackDataType, ParticleInterface>; using ViewType = SecondaryView<StackDataType, ParticleInterface>;
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
#define _include_Stack_h__ #define _include_Stack_h__
#include <corsika/stack/StackIteratorInterface.h> #include <corsika/stack/StackIteratorInterface.h>
// must be after StackIteratorInterface
#include <corsika/stack/SecondaryView.h> #include <corsika/stack/SecondaryView.h>
#include <stdexcept> #include <stdexcept>
......
...@@ -8,5 +8,3 @@ ...@@ -8,5 +8,3 @@
* Licence version 3 (GPL Version 3). See file LICENSE for a full version of * Licence version 3 (GPL Version 3). See file LICENSE for a full version of
* the license. * the license.
*/ */
...@@ -8,5 +8,3 @@ ...@@ -8,5 +8,3 @@
* Licence version 3 (GPL Version 3). See file LICENSE for a full version of * Licence version 3 (GPL Version 3). See file LICENSE for a full version of
* the license. * the license.
*/ */
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