OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
StaticMagneticField.h
Go to the documentation of this file.
1#ifndef OPALX_StaticMagneticField_HH
2#define OPALX_StaticMagneticField_HH
3
4// ------------------------------------------------------------------------
5// $RCSfile: StaticMagneticField.h,v $
6// ------------------------------------------------------------------------
7// $Revision: 1.1.1.1 $
8// ------------------------------------------------------------------------
9// Copyright: see Copyright.readme
10// ------------------------------------------------------------------------
11//
12// Class: StaticMagneticField
13//
14// ------------------------------------------------------------------------
15// Class category: Fields
16// ------------------------------------------------------------------------
17//
18// $Date: 2000/03/27 09:32:36 $
19// $Author: fci $
20//
21// ------------------------------------------------------------------------
22
23#include "Fields/EMField.h"
24
25// Class StaticMagneticField
26// ------------------------------------------------------------------------
28
30public:
32 virtual ~StaticMagneticField();
33};
34
35#endif // OPALX_StaticMagneticField_HH
Abstract base class for electromagnetic fields.
Definition EMField.h:171
Abstract base class for static magnetic fields.