summaryrefslogtreecommitdiff
path: root/src/main/FODO.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/FODO.h')
-rw-r--r--src/main/FODO.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/FODO.h b/src/main/FODO.h
index 0375fe5..924849d 100644
--- a/src/main/FODO.h
+++ b/src/main/FODO.h
@@ -18,14 +18,14 @@ class FODO: public CompositeElement {
private:
double straightLength;
- double focalisingCoefficient;
- Quadrupole* focalisingQuadrupole;
- Quadrupole* defocalisingQuadrupole;
+ double focalizingCoefficient;
+ Quadrupole* focalizingQuadrupole;
+ Quadrupole* defocalizingQuadrupole;
StraightElement* straightElement1;
StraightElement* straightElement2;
public:
- FODO(const Vector3D& entry, const Vector3D& exit, double sectionRadius, double straightLength, double focalisingCoefficient, Element* next = NULL);
+ FODO(const Vector3D& entry, const Vector3D& exit, double sectionRadius, double straightLength, double focalizingCoefficient, Element* next = NULL);
virtual ~FODO();