IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 459c43c8 authored by ralfulrich's avatar ralfulrich
Browse files

fix rebase

parent 0e43ec02
No related branches found
No related tags found
1 merge request!404adding Geomagnetic Models
Pipeline #5949 passed
...@@ -27,8 +27,8 @@ namespace corsika { ...@@ -27,8 +27,8 @@ namespace corsika {
auto const end = vT.getPosition(1).getCoordinates(); auto const end = vT.getPosition(1).getCoordinates();
// write the track to the file // write the track to the file
TOutput::write(vP.getPID(), vP.getEnergy(), vP.getWeight(), start, TOutput::write(vP.getPID(), vP.getEnergy(), vP.getWeight(), start, vP.getTime(), end,
vP.getTime(), end, vP.getTime() + vT.getDuration()); vP.getTime() + vT.getDuration());
return ProcessReturn::Ok; return ProcessReturn::Ok;
} }
......
...@@ -24,8 +24,8 @@ namespace corsika { ...@@ -24,8 +24,8 @@ namespace corsika {
double n0_; ///< n0 constant. double n0_; ///< n0 constant.
InverseLengthType lambda_; ///< lambda parameter. InverseLengthType lambda_; ///< lambda parameter.
LengthType radius_; ///< the planet radius.
Point center_; ///< center of the planet. Point center_; ///< center of the planet.
LengthType radius_; ///< the planet radius.
public: public:
/** /**
......
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