mailr10699 - /1.3/info.py


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

Header


Content

Posted by edward on February 16, 2010 - 11:01:
Author: bugman
Date: Tue Feb 16 11:01:35 2010
New Revision: 10699

URL: http://svn.gna.org/viewcvs/relax?rev=10699&view=rev
Log:
Fix for the Lipari and Szabo reference information.

The classes were not being instantiated.


Modified:
    1.3/info.py

Modified: 1.3/info.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/info.py?rev=10699&r1=10698&r2=10699&view=diff
==============================================================================
--- 1.3/info.py (original)
+++ 1.3/info.py Tue Feb 16 11:01:35 2010
@@ -88,8 +88,8 @@
         self.bib['dAuvergneGooley07'] = dAuvergneGooley07()
         self.bib['dAuvergneGooley08a'] = dAuvergneGooley08a()
         self.bib['dAuvergneGooley08b'] = dAuvergneGooley08b()
-        self.bib['LipariSzabo82a'] = (LipariSzabo82a)
-        self.bib['LipariSzabo82b'] = (LipariSzabo82b)
+        self.bib['LipariSzabo82a'] = LipariSzabo82a()
+        self.bib['LipariSzabo82b'] = LipariSzabo82b()
 
 
     def centre(self, string, width=100):




Related Messages


Powered by MHonArc, Updated Tue Feb 16 11:20:02 2010