summaryrefslogtreecommitdiff
path: root/src/main/CurvedElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/CurvedElement.h')
-rw-r--r--src/main/CurvedElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/CurvedElement.h b/src/main/CurvedElement.h
index 3bde1da..036fe0e 100644
--- a/src/main/CurvedElement.h
+++ b/src/main/CurvedElement.h
@@ -43,7 +43,7 @@ public:
virtual ~CurvedElement() {};
- //virtual CurvedElement* copy() const {return new CurvedElement(*this);}
+ //virtual CurvedElement* clone() const {return new CurvedElement(*this);}
virtual bool isOutside(const Particle& particle) const {
Vector3D x(particle.getPosition() - entryPosition);