mailr7618 - /1.3/prompt/palmer.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on October 11, 2008 - 23:07:
Author: bugman
Date: Sat Oct 11 23:07:00 2008
New Revision: 7618

URL: http://svn.gna.org/viewcvs/relax?rev=7618&view=rev
Log:
Fix for the palmer.create() print out.


Modified:
    1.3/prompt/palmer.py

Modified: 1.3/prompt/palmer.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/prompt/palmer.py?rev=7618&r1=7617&r2=7618&view=diff
==============================================================================
--- 1.3/prompt/palmer.py (original)
+++ 1.3/prompt/palmer.py Sat Oct 11 23:07:00 2008
@@ -114,7 +114,7 @@
             text = text + ", heteronucleus=" + `heteronuc_type`
             text = text + ", atom1=" + `atom1`
             text = text + ", atom2=" + `atom2`
-            text = text + ", spin_id" + `spin_id` + ")"
+            text = text + ", spin_id=" + `spin_id` + ")"
             print text
 
         # Directory.




Related Messages


Powered by MHonArc, Updated Sat Oct 11 23:20:03 2008