mailr8837 - /branches/bmrb/specific_fns/model_free/bmrb.py


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

Header


Content

Posted by edward on February 22, 2009 - 00:16:
Author: bugman
Date: Sun Feb 22 00:16:19 2009
New Revision: 8837

URL: http://svn.gna.org/viewcvs/relax?rev=8837&view=rev
Log:
Small temporary fix for the file writing.


Modified:
    branches/bmrb/specific_fns/model_free/bmrb.py

Modified: branches/bmrb/specific_fns/model_free/bmrb.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/specific_fns/model_free/bmrb.py?rev=8837&r1=8836&r2=8837&view=diff
==============================================================================
--- branches/bmrb/specific_fns/model_free/bmrb.py (original)
+++ branches/bmrb/specific_fns/model_free/bmrb.py Sun Feb 22 00:16:19 2009
@@ -131,7 +131,7 @@
             frame.tagtables.append(table)
 
             # Add the relaxation data save frame.
-            star.file.datanodes.append(frame)
+            star.data.datanodes.append(frame)
 
         # Write the contents to the STAR formatted file.
         star.write()




Related Messages


Powered by MHonArc, Updated Sun Feb 22 00:40:06 2009