summaryrefslogtreecommitdiff
path: root/cad/src/commands/LinearMotorProperties
diff options
context:
space:
mode:
authorNinad Sathaye <ninad@nanorex.com>2008-03-23 01:20:10 +0000
committerNinad Sathaye <ninad@nanorex.com>2008-03-23 01:20:10 +0000
commit3b9d1afba814cb14df60985daa49abea2ff332b8 (patch)
treef6a28937f6d53cc5db28d1ca27cf632e856db975 /cad/src/commands/LinearMotorProperties
parent1a31538d1f5d3f3c1d0235429592e2491211230e (diff)
downloadnanoengineer-theirix-3b9d1afba814cb14df60985daa49abea2ff332b8.tar.gz
nanoengineer-theirix-3b9d1afba814cb14df60985daa49abea2ff332b8.zip
permit attaching a linear motor to a single atom
Diffstat (limited to 'cad/src/commands/LinearMotorProperties')
-rw-r--r--cad/src/commands/LinearMotorProperties/LinearMotor_EditCommand.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/src/commands/LinearMotorProperties/LinearMotor_EditCommand.py b/cad/src/commands/LinearMotorProperties/LinearMotor_EditCommand.py
index bff4102a2..9db8a19ac 100644
--- a/cad/src/commands/LinearMotorProperties/LinearMotor_EditCommand.py
+++ b/cad/src/commands/LinearMotorProperties/LinearMotor_EditCommand.py
@@ -192,7 +192,7 @@ class LinearMotor_EditCommand(EditCommand):
"""
"""
logMessage = ""
- isAtomRequirementMet = False
+ isAtomRequirementMet = True
if numberOfAtoms == 0: