IAP GITLAB

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

revoce changes in SecondaryView.hpp

parent f77a2bbe
No related branches found
No related tags found
1 merge request!408Add Box volume class
...@@ -89,7 +89,7 @@ namespace corsika { ...@@ -89,7 +89,7 @@ namespace corsika {
stack_value_iterator; stack_value_iterator;
typedef ConstStackIteratorInterface< typedef ConstStackIteratorInterface<
std::remove_reference_t<TStackDataType>, TParticleInterface, typename std::remove_reference<TStackDataType>::type, TParticleInterface,
MSecondaryProducer, inner_stack_value_type> MSecondaryProducer, inner_stack_value_type>
const_stack_value_iterator; const_stack_value_iterator;
/// @} /// @}
...@@ -102,6 +102,7 @@ namespace corsika { ...@@ -102,6 +102,7 @@ namespace corsika {
typename std::remove_reference<TStackDataType>::type, TParticleInterface, typename std::remove_reference<TStackDataType>::type, TParticleInterface,
MSecondaryProducer, view_type> MSecondaryProducer, view_type>
const_stack_view_iterator; const_stack_view_iterator;
/** /**
* this is the full type of the declared TParticleInterface: * 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