mailr18586 - /trunk/generic_fns/structure/main.py


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

Header


Content

Posted by edward on March 01, 2013 - 16:11:
Author: bugman
Date: Fri Mar  1 16:11:09 2013
New Revision: 18586

URL: http://svn.gna.org/viewcvs/relax?rev=18586&view=rev
Log:
Import fix for the shift of the pivot finder target function.


Modified:
    trunk/generic_fns/structure/main.py

Modified: trunk/generic_fns/structure/main.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/generic_fns/structure/main.py?rev=18586&r1=18585&r2=18586&view=diff
==============================================================================
--- trunk/generic_fns/structure/main.py (original)
+++ trunk/generic_fns/structure/main.py Fri Mar  1 16:11:09 2013
@@ -38,7 +38,8 @@
 from generic_fns.structure.internal import Internal
 from generic_fns.structure.scientific import Scientific_data
 from generic_fns.structure.statistics import atomic_rmsd
-from generic_fns.structure.superimpose import fit_to_first, fit_to_mean, 
Pivot_finder
+from generic_fns.structure.superimpose import fit_to_first, fit_to_mean
+from maths_fns.ens_pivot_finder import Pivot_finder
 from relax_errors import RelaxError, RelaxFileError, RelaxNoPdbError, 
RelaxNoSequenceError
 from relax_io import get_file_path, open_write_file, write_data, 
write_spin_data
 from relax_warnings import RelaxWarning, RelaxNoPDBFileWarning, 
RelaxZeroVectorWarning




Related Messages


Powered by MHonArc, Updated Fri Mar 01 18:00:03 2013