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
1 merge request!280Refactory 2020
...@@ -266,9 +266,9 @@ private: ...@@ -266,9 +266,9 @@ private:
/// the actual memory to store particle data /// the actual memory to store particle data
code_vector_type dataPID_; code_vector_type dataPID_;
energy_vector_type dataE_; energy_vector_type dataE_;
std::vector<momentum_type> momentum_; momentum_vector_type momentum_;
std::vector<corsika::Point> position_; point_vector_type position_;
std::vector<corsika::units::si::TimeType> time_; time_vector_type time_;
}; // end class SuperStupidStackImpl }; // 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