mailr9811 - /branches/bmrb/specific_fns/model_free/bmrb.py


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

Header


Content

Posted by edward on October 27, 2009 - 16:49:
Author: bugman
Date: Tue Oct 27 16:49:45 2009
New Revision: 9811

URL: http://svn.gna.org/viewcvs/relax?rev=9811&view=rev
Log:
The entity IDs are being passed into the CSA saveframe.


Modified:
    branches/bmrb/specific_fns/model_free/bmrb.py

Modified: branches/bmrb/specific_fns/model_free/bmrb.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/specific_fns/model_free/bmrb.py?rev=9811&r1=9810&r2=9811&view=diff
==============================================================================
--- branches/bmrb/specific_fns/model_free/bmrb.py (original)
+++ branches/bmrb/specific_fns/model_free/bmrb.py Tue Oct 27 16:49:45 2009
@@ -257,7 +257,7 @@
         ######################################################
 
         # Generate the CSA saveframe.
-        star.chem_shift_anisotropy.add(res_nums=res_num_list, 
res_names=res_name_list, atom_names=atom_name_list, atom_types=element_list, 
isotope=isotope_list, csa=csa_list)
+        star.chem_shift_anisotropy.add(entity_ids=entity_ids, 
res_nums=res_num_list, res_names=res_name_list, atom_names=atom_name_list, 
atom_types=element_list, isotope=isotope_list, csa=csa_list)
 
 
         # Create Supergroup 6 : The kinetic data saveframes.




Related Messages


Powered by MHonArc, Updated Tue Oct 27 20:40:03 2009