mailr25373 - /trunk/lib/periodic_table.py


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

Header


Content

Posted by edward on August 28, 2014 - 11:21:
Author: bugman
Date: Thu Aug 28 11:21:46 2014
New Revision: 25373

URL: http://svn.gna.org/viewcvs/relax?rev=25373&view=rev
Log:
Fix for an accidental mistake in the lib.periodic_table module.


Modified:
    trunk/lib/periodic_table.py

Modified: trunk/lib/periodic_table.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/lib/periodic_table.py?rev=25373&r1=25372&r2=25373&view=diff
==============================================================================
--- trunk/lib/periodic_table.py (original)
+++ trunk/lib/periodic_table.py Thu Aug 28 11:21:46 2014
@@ -43,8 +43,7 @@
         self.atomic_weights = []
 
 
-    def _add(self, atomic_number=None, symbol=None, name=None, 
atomic_weight=None):,
-    atomic_weight=""
+    def _add(self, atomic_number=None, symbol=None, name=None, 
atomic_weight=None):
         """Add an element to the table.
 
         @keyword atomic_number:     The atomic number.




Related Messages


Powered by MHonArc, Updated Thu Aug 28 11:40:02 2014