mailr6466 - /1.3/data/mol_res_spin.py


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

Header


Content

Posted by edward on June 23, 2008 - 23:42:
Author: bugman
Date: Mon Jun 23 23:42:17 2008
New Revision: 6466

URL: http://svn.gna.org/viewcvs/relax?rev=6466&view=rev
Log:
error_names and sim_names are now set to True in the call to data_names().


Modified:
    1.3/data/mol_res_spin.py

Modified: 1.3/data/mol_res_spin.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/data/mol_res_spin.py?rev=6466&r1=6465&r2=6466&view=diff
==============================================================================
--- 1.3/data/mol_res_spin.py (original)
+++ 1.3/data/mol_res_spin.py Mon Jun 23 23:42:17 2008
@@ -213,7 +213,7 @@
             # Get the spin specific object names and loop over them to get 
their descriptions.
             object_info = []
             if data_names:
-                for name in data_names():
+                for name in data_names(error_names=True, sim_names=True):
                     # Get the description.
                     desc = return_data_desc(name, spin=self[i])
 




Related Messages


Powered by MHonArc, Updated Tue Jun 24 00:00:22 2008