IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 504693f9 authored by ralfulrich's avatar ralfulrich
Browse files

cleanup old comments

parent b0f20e4b
No related branches found
No related tags found
1 merge request!82Resolve "New stack interface doesn't build on OS X"
Pipeline #321 passed
...@@ -232,9 +232,6 @@ namespace corsika::stack { ...@@ -232,9 +232,6 @@ namespace corsika::stack {
StackIterator GetNextParticle() { return last(); } StackIterator GetNextParticle() { return last(); }
protected: protected:
// typename std::enable_if<HasGetIndexFromIterator<T>::value, unsigned int>::type
// typename std::enable_if<std::is_base_of<decltype(*this)>,
// SecondaryView<StackDataType, ParticleInterface>>::value, unsigned int>::type
/** /**
* Function to perform eventual transformation from * Function to perform eventual transformation from
* StackIterator::GetIndex() to index in data stored in * StackIterator::GetIndex() to index in data stored in
......
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