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)


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
relax-commits@gna.org

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to