mailr9795 - /branches/bmrb/generic_fns/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 October 27, 2009 - 14:07:
Author: bugman
Date: Tue Oct 27 14:07:24 2009
New Revision: 9795

URL: http://svn.gna.org/viewcvs/relax?rev=9795&view=rev
Log:
Removed the artificial constraint for there being only 1 entity allowed.


Modified:
    branches/bmrb/generic_fns/mol_res_spin.py

Modified: branches/bmrb/generic_fns/mol_res_spin.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/generic_fns/mol_res_spin.py?rev=9795&r1=9794&r2=9795&view=diff
==============================================================================
--- branches/bmrb/generic_fns/mol_res_spin.py (original)
+++ branches/bmrb/generic_fns/mol_res_spin.py Tue Oct 27 14:07:24 2009
@@ -513,10 +513,6 @@
     @keyword version:   The BMRB NMR-STAR dictionary format to output to.
     @type version:      str
     """
-
-    # Can't handle multiple molecules yet.
-    if count_molecules() > 1:
-        raise RelaxError("Multiple molecules are not yet supported.")
 
     # Get the molecule names.
     mol_names = get_molecule_names()




Related Messages


Powered by MHonArc, Updated Tue Oct 27 15:00:02 2009