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 c1fc9c65 authored by frey_m's avatar frey_m
Browse files

AMR test case: Forgot to fix one merge conflict.

parent bf5a3000
No related branches found
No related tags found
1 merge request!16Merge AMR fork into OPAL/master
......@@ -127,7 +127,6 @@ public:
* @param i specifies the i-th particle
*/
virtual void setQM(double q, int i) = 0;
<<<<<<< HEAD:ippl/test/AMR/boxlib-amr/PartBunchBase.h
/// Set the particle charge-to-mass ratio
/*!
......@@ -136,9 +135,6 @@ public:
*/
virtual void setMass(double q, int i) = 0;
=======
>>>>>>> 9ed5f0a1a45a57bfd0ad0edc41c7ca0e778eda95:ippl/test/AMR/PartBunchBase.h
/// Set the particle velocity
/*!
* @param v is the velocity (vx, vy, vz)
......
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