mailr9832 - in /branches/bmrb: ./ 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:55 2009
New Revision: 9832

URL: http://svn.gna.org/viewcvs/relax?rev=9832&view=rev
Log:
Merged revisions 9831 via svnmerge from 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/1.3

........
  r9831 | bugman | 2009-10-28 11:51:19 +0100 (Wed, 28 Oct 2009) | 3 lines
  
  Bug fix for the new isotope functions.
........

Modified:
    branches/bmrb/   (props changed)
    branches/bmrb/physical_constants.py

Propchange: branches/bmrb/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Wed Oct 28 11:51:55 2009
@@ -1,1 +1,1 @@
-/1.3:1-9829
+/1.3:1-9831

Modified: branches/bmrb/physical_constants.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/physical_constants.py?rev=9832&r1=9831&r2=9832&view=diff
==============================================================================
--- branches/bmrb/physical_constants.py (original)
+++ branches/bmrb/physical_constants.py Wed Oct 28 11:51:55 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:20:03 2009