mailr9831 - /1.3/physical_constants.py


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

Header


Content

Posted by edward on October 28, 2009 - 11:51:
Author: bugman
Date: Wed Oct 28 11:51:19 2009
New Revision: 9831

URL: http://svn.gna.org/viewcvs/relax?rev=9831&view=rev
Log:
Bug fix for the new isotope functions.


Modified:
    1.3/physical_constants.py

Modified: 1.3/physical_constants.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/physical_constants.py?rev=9831&r1=9830&r2=9831&view=diff
==============================================================================
--- 1.3/physical_constants.py (original)
+++ 1.3/physical_constants.py Wed Oct 28 11:51:19 2009
@@ -275,7 +275,7 @@
     """
 
     # Remove the digit characters.
-    return isotrope.strip(digits)
+    return isotope.strip(digits)
 
 
 def number_from_isotope(isotope):
@@ -288,4 +288,4 @@
     """
 
     # Remove the digit characters.
-    return int(isotrope.strip(ascii_letters))
+    return int(isotope.strip(ascii_letters))




Related Messages


Powered by MHonArc, Updated Wed Oct 28 12:00:03 2009