mailr27132 - /trunk/pipe_control/structure/main.py


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

Header


Content

Posted by edward on December 18, 2014 - 12:28:
Author: bugman
Date: Thu Dec 18 12:28:49 2014
New Revision: 27132

URL: http://svn.gna.org/viewcvs/relax?rev=27132&view=rev
Log:
Fix for the structure.atomic_fluctuations user function backend.

The pipe_control.structure.main.atomic_fluctuations() function no longer 
opens the output file.


Modified:
    trunk/pipe_control/structure/main.py

Modified: trunk/pipe_control/structure/main.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/pipe_control/structure/main.py?rev=27132&r1=27131&r2=27132&view=diff
==============================================================================
--- trunk/pipe_control/structure/main.py        (original)
+++ trunk/pipe_control/structure/main.py        Thu Dec 18 12:28:49 2014
@@ -258,9 +258,6 @@
     # Check that more than one structure is present.
     if not len(coord) > 1:
         raise RelaxError("Two or more structures are required.")
-
-    # The output file.
-    output = open_write_file(file, dir=dir, force=force)
 
     # The number of dimensions.
     n = len(atom_names)




Related Messages


Powered by MHonArc, Updated Thu Dec 18 12:40:02 2014