summaryrefslogtreecommitdiff
path: root/lily/include/molecule.hh
diff options
context:
space:
mode:
Diffstat (limited to 'lily/include/molecule.hh')
-rw-r--r--lily/include/molecule.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lily/include/molecule.hh b/lily/include/molecule.hh
index f83eda517b..ddea093d0e 100644
--- a/lily/include/molecule.hh
+++ b/lily/include/molecule.hh
@@ -28,7 +28,7 @@ struct Molecule {
void add (Molecule const &m);
void translate (Offset);
- void translate (Real,Axis);
+ void translate_axis (Real,Axis);
void add (Atom const & a) ;
/// how big is #this#?
Box extent() const;