Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit cd4a6d83 authored by adelmann's avatar adelmann :reminder_ribbon:
Browse files

remove shift to zero in z

parent d30bde87
No related branches found
No related tags found
1 merge request!19Drift-0 ro Drift-2
......@@ -41,7 +41,6 @@ public:
// sample R
Vector_t<double, 3> rmin = -opalDist_m->getCutoffR();
Vector_t<double, 3> rmax = opalDist_m->getCutoffR();
Vector_t<double, 3> hr;
for(int i=0; i<3; i++){
mu[i] = 0.0;
......@@ -98,6 +97,7 @@ public:
meanR[i] = meanR[i]/(1.*numberOfParticles);
}
<<<<<<< HEAD
Kokkos::parallel_for(
numberOfParticles,KOKKOS_LAMBDA(
const int k) {
......@@ -111,6 +111,8 @@ public:
Kokkos::fence();
ippl::Comm->barrier();
=======
>>>>>>> remove shift to zero in z
// sample P
for(int i=0; i<3; i++){
mu[i] = 0.0;
......
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