mailr5287 - /1.3/generic_fns/structure.py


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

Header


Content

Posted by edward on April 04, 2008 - 11:13:
Author: bugman
Date: Fri Apr  4 11:13:40 2008
New Revision: 5287

URL: http://svn.gna.org/viewcvs/relax?rev=5287&view=rev
Log:
The fn physical_constants.return_atomic_mass() is now used instead of the old 
atomic_mass() fn.


Modified:
    1.3/generic_fns/structure.py

Modified: 1.3/generic_fns/structure.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/structure.py?rev=5287&r1=5286&r2=5287&view=diff
==============================================================================
--- 1.3/generic_fns/structure.py (original)
+++ 1.3/generic_fns/structure.py Fri Apr  4 11:13:40 2008
@@ -282,7 +282,7 @@
                     continue
 
                 # Atomic mass.
-                mass = atomic_mass(atom.properties['element'])
+                mass = return_atomic_mass(atom.properties['element'])
 
                 # Total mass.
                 M = M + mass




Related Messages


Powered by MHonArc, Updated Fri Apr 04 11:20:10 2008