IAP GITLAB

Skip to content
Snippets Groups Projects
Commit f77a2bbe authored by Fan Hu's avatar Fan Hu Committed by ralfulrich
Browse files

revoce changes on SecondaryView.hpp

parent caebdc27
No related branches found
No related tags found
No related merge requests found
......@@ -88,9 +88,9 @@ namespace corsika {
inner_stack_value_type>
stack_value_iterator;
typedef ConstStackIteratorInterface<std::remove_reference_t<TStackDataType>,
TParticleInterface, MSecondaryProducer,
inner_stack_value_type>
typedef ConstStackIteratorInterface<
std::remove_reference_t<TStackDataType>, TParticleInterface,
MSecondaryProducer, inner_stack_value_type>
const_stack_value_iterator;
/// @}
......@@ -98,10 +98,10 @@ namespace corsika {
TParticleInterface, MSecondaryProducer, view_type>
stack_view_iterator;
typedef ConstStackIteratorInterface<std::remove_reference_t<TStackDataType>,
TParticleInterface, MSecondaryProducer, view_type>
typedef ConstStackIteratorInterface<
typename std::remove_reference<TStackDataType>::type, TParticleInterface,
MSecondaryProducer, view_type>
const_stack_view_iterator;
/**
* this is the full type of the declared TParticleInterface:
*/
......
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