mailr11818 - in /branches/peak_list_handling: ./ 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 December 14, 2010 - 18:23:
Author: bugman
Date: Tue Dec 14 18:23:19 2010
New Revision: 11818

URL: http://svn.gna.org/viewcvs/relax?rev=11818&view=rev
Log:
Merged revisions 11817 via svnmerge from 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/1.3

........
  r11817 | bugman | 2010-12-14 18:22:33 +0100 (Tue, 14 Dec 2010) | 6 lines
  
  Removed some checks in the generic_fns.mol_res_spin.molecule_loop() 
function which was triggering bugs.
  
  The old checking code is of no use, as all types of molecule IDs should be 
accepted!  This only
  recently became an issue for some unknown reason?!?!
........

Modified:
    branches/peak_list_handling/   (props changed)
    branches/peak_list_handling/generic_fns/mol_res_spin.py

Propchange: branches/peak_list_handling/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Tue Dec 14 18:23:19 2010
@@ -1,1 +1,1 @@
-/1.3:1-11812
+/1.3:1-11817

Modified: branches/peak_list_handling/generic_fns/mol_res_spin.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/peak_list_handling/generic_fns/mol_res_spin.py?rev=11818&r1=11817&r2=11818&view=diff
==============================================================================
--- branches/peak_list_handling/generic_fns/mol_res_spin.py (original)
+++ branches/peak_list_handling/generic_fns/mol_res_spin.py Tue Dec 14 
18:23:19 2010
@@ -1424,12 +1424,6 @@
 
     # Parse the selection string.
     select_obj = Selection(selection)
-
-    # Disallowed selections.
-    if select_obj.residues:
-        raise RelaxResSelectDisallowError
-    if select_obj.spins:
-        raise RelaxSpinSelectDisallowError
 
     # Loop over the molecules.
     for mol in dp.mol:




Related Messages


Powered by MHonArc, Updated Tue Dec 14 19:20:02 2010