IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 4037593c authored by ralfulrich's avatar ralfulrich Committed by Maximilian Reininghaus
Browse files

clang setup-view

parent 00dd4c5b
No related branches found
No related tags found
1 merge request!258Interface change of DoDecay() and DoInteraction()
This commit is part of merge request !254. Comments created here will be created in the context of that merge request.
......@@ -147,10 +147,11 @@ namespace corsika::setup {
actually needed. Keep an eye on this!
*/
#if defined(__clang__)
using StackView =
corsika::stack::SecondaryView<typename corsika::setup::Stack::StackImpl,
// CHECK with CLANG: corsika::setup::Stack::PIType>;
corsika::setup::detail::StackWithGeometryInterface>;
using StackView = corsika::stack::SecondaryView<
typename corsika::setup::Stack::StackImpl,
// CHECK with CLANG: corsika::setup::Stack::PIType>;
// corsika::setup::detail::StackWithGeometryInterface>;
corsika::setup::detail::StackWithHistoryInterface>;
#elif defined(__GNUC__) || defined(__GNUG__)
using StackView = corsika::history::HistorySecondaryView<corsika::stack::MakeView<corsika::setup::Stack>::type>;
#endif
......
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