Commit fea6769a authored by Peter Eastman's avatar Peter Eastman
Browse files

Bug fix

parent c4e08591
......@@ -67,7 +67,7 @@ class Modeller(object):
## The Topology describing the structure of the system
self.topology = topology
if not is_quantity(positions):
positions = positions*nanometers
positions = positions*nanometer
## The list of atom positions
self.positions = positions
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment