mailr22512 - /trunk/pipe_control/structure/mass.py


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

Header


Content

Posted by edward on March 19, 2014 - 15:32:
Author: bugman
Date: Wed Mar 19 15:32:34 2014
New Revision: 22512

URL: http://svn.gna.org/viewcvs/relax?rev=22512&view=rev
Log:
The verbosity flag is now used in the centre of mass calculations.

The pipe_control.structure.mass.pipe_centre_of_mass() function now passes the 
verbosity argument
into the lib.structure.mass.centre_of_mass() function.


Modified:
    trunk/pipe_control/structure/mass.py

Modified: trunk/pipe_control/structure/mass.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/pipe_control/structure/mass.py?rev=22512&r1=22511&r2=22512&view=diff
==============================================================================
--- trunk/pipe_control/structure/mass.py        (original)
+++ trunk/pipe_control/structure/mass.py        Wed Mar 19 15:32:34 2014
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2003-2013 Edward d'Auvergne                                  
 #
+# Copyright (C) 2003-2014 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax (http://www.nmr-relax.com).         
 #
 #                                                                            
 #
@@ -91,7 +91,7 @@
         element_list.append(element)
 
     # Calculate the CoM.
-    com, mass = centre_of_mass(pos=coord, elements=element_list)
+    com, mass = centre_of_mass(pos=coord, elements=element_list, 
verbosity=verbosity)
 
     # Return the centre of mass.
     if return_mass:




Related Messages


Powered by MHonArc, Updated Wed Mar 19 15:40:02 2014