mailr13511 - /1.3/relax_io.py


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

Header


Content

Posted by edward on July 08, 2011 - 09:00:
Author: bugman
Date: Fri Jul  8 09:00:06 2011
New Revision: 13511

URL: http://svn.gna.org/viewcvs/relax?rev=13511&view=rev
Log:
Another fix for the sequence.write() user function - the force flag is passed 
to open_write_file().

This is from the relax_io.write_spin_data() function.


Modified:
    1.3/relax_io.py

Modified: 1.3/relax_io.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/relax_io.py?rev=13511&r1=13510&r2=13511&view=diff
==============================================================================
--- 1.3/relax_io.py (original)
+++ 1.3/relax_io.py Fri Jul  8 09:00:06 2011
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2003-2008 Edward d'Auvergne                                  
 #
+# Copyright (C) 2003-2011 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax.                                    
 #
 #                                                                            
 #
@@ -791,7 +791,7 @@
         sep = ''
 
     # Open the file.
-    file = open_write_file(file_name=file, dir=dir)
+    file = open_write_file(file_name=file, dir=dir, force=force)
 
     # The spin ID column lengths.
     len_args = [10] * 6




Related Messages


Powered by MHonArc, Updated Fri Jul 08 09:20:02 2011