Peano
Loading...
Searching...
No Matches
ParticleSet.cpp
Go to the documentation of this file.
1#include "ParticleSet.h"
3
4
5//
6// This C++ file has no real meaning, as the relevant ParticlSet is a template.
7// So all we do is to instantiate the ParticlSet with the (minimal)
8// TestParticle to ensure that the code compiles properly.
9//
10
11
12namespace {
14}
Abstract base class for all flavours of particle sets.
Definition ParticleSet.h:66