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.


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to