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 d6e48ac3 authored by Uldis Locans's avatar Uldis Locans
Browse files

create a simple particle bunch PartBunchAmr using the new AmrParticleBase class

parent 883a4e44
No related branches found
No related tags found
1 merge request!16Merge AMR fork into OPAL/master
#ifndef PARTBUNCHAMR_H
#define PARTBUNCHAMR_H
#include "AmrParticleBase.h"
template<class PLayout>
class PartBunchAmr : public AmrParticleBase<PLayout>
{
public:
ParticleAttrib<double> qm;
PartBunchAmr() {
this->addAttribute(qm);
}
~PartBunchAmr() {}
};
#endif
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