IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 0819dc88 authored by Antonio Augusto Alves Junior's avatar Antonio Augusto Alves Junior Committed by ralfulrich
Browse files

[refactory-2020] stack implementations

parent bc9f728d
No related branches found
No related tags found
No related merge requests found
......@@ -266,9 +266,9 @@ private:
/// the actual memory to store particle data
code_vector_type dataPID_;
energy_vector_type dataE_;
std::vector<momentum_type> momentum_;
std::vector<corsika::Point> position_;
std::vector<corsika::units::si::TimeType> time_;
momentum_vector_type momentum_;
point_vector_type position_;
time_vector_type time_;
}; // end class SuperStupidStackImpl
......
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