mailr26354 - /trunk/pipe_control/interatomic.py


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

Header


Content

Posted by edward on October 22, 2014 - 15:38:
Author: bugman
Date: Wed Oct 22 15:38:23 2014
New Revision: 26354

URL: http://svn.gna.org/viewcvs/relax?rev=26354&view=rev
Log:
Changed the spin_selection argument default in the interatom.define user 
function backend.

This now defaults to False to allow other parts of relax which call this 
function to operate as
previously.  The default for the interatom.define user function is however 
still True.


Modified:
    trunk/pipe_control/interatomic.py

Modified: trunk/pipe_control/interatomic.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/pipe_control/interatomic.py?rev=26354&r1=26353&r2=26354&view=diff
==============================================================================
--- trunk/pipe_control/interatomic.py   (original)
+++ trunk/pipe_control/interatomic.py   Wed Oct 22 15:38:23 2014
@@ -195,7 +195,7 @@
     return dp.interatomic.add_item(spin_id1=spin_id1, spin_id2=spin_id2)
 
 
-def define(spin_id1=None, spin_id2=None, pipe=None, direct_bond=False, 
spin_selection=True, verbose=True):
+def define(spin_id1=None, spin_id2=None, pipe=None, direct_bond=False, 
spin_selection=False, verbose=True):
     """Set up the magnetic dipole-dipole interaction.
 
     @keyword spin_id1:          The spin identifier string of the first spin 
of the pair.




Related Messages


Powered by MHonArc, Updated Wed Oct 22 15:40:02 2014