mailr9211 - /1.3/generic_fns/grace.py


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

Header


Content

Posted by edward on July 13, 2009 - 18:30:
Author: bugman
Date: Mon Jul 13 18:30:04 2009
New Revision: 9211

URL: http://svn.gna.org/viewcvs/relax?rev=9211&view=rev
Log:
Fix for the write_multi_header() function.

The spin_id variable now exists.


Modified:
    1.3/generic_fns/grace.py

Modified: 1.3/generic_fns/grace.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/grace.py?rev=9211&r1=9210&r2=9211&view=diff
==============================================================================
--- 1.3/generic_fns/grace.py (original)
+++ 1.3/generic_fns/grace.py Mon Jul 13 18:30:04 2009
@@ -607,6 +607,11 @@
     @type norm:                     bool
     """
 
+    # Spin id.
+    spin_id = None
+    if spin_ids:
+        spin_id = spin_ids[0]
+
     # Graph G0.
     file.write("@with g0\n")
 




Related Messages


Powered by MHonArc, Updated Mon Jul 13 18:40:04 2009