mailr18921 - /branches/frame_order_testing/specific_fns/frame_order.py


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

Header


Content

Posted by edward on March 20, 2013 - 15:40:
Author: bugman
Date: Wed Mar 20 15:40:48 2013
New Revision: 18921

URL: http://svn.gna.org/viewcvs/relax?rev=18921&view=rev
Log:
Converted the sectioning printouts from frame_order.pdb_model to subsections.


Modified:
    branches/frame_order_testing/specific_fns/frame_order.py

Modified: branches/frame_order_testing/specific_fns/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/specific_fns/frame_order.py?rev=18921&r1=18920&r2=18921&view=diff
==============================================================================
--- branches/frame_order_testing/specific_fns/frame_order.py (original)
+++ branches/frame_order_testing/specific_fns/frame_order.py Wed Mar 20 
15:40:48 2013
@@ -44,7 +44,7 @@
 from generic_fns.structure.cones import Iso_cone, Pseudo_elliptic
 from generic_fns.structure.mass import centre_of_mass
 from generic_fns.structure.internal import Internal
-from lib.text.sectioning import section
+from lib.text.sectioning import subsection
 from maths_fns import frame_order, order_parameters
 from maths_fns.coord_transform import spherical_to_cartesian
 from maths_fns.rotation_matrix import euler_to_R_zyz, two_vect_to_R
@@ -959,7 +959,7 @@
         """
 
         # Printout.
-        section(file=sys.stdout, text="Creating a PDB file with the moving 
domains shifted to the average position.")
+        subsection(file=sys.stdout, text="Creating a PDB file with the 
moving domains shifted to the average position.")
 
         # Make a copy of the structural object (so as to preserve the 
original structure).
         structure = deepcopy(cdp.structure)
@@ -998,7 +998,7 @@
         """
 
         # Printout.
-        section(file=sys.stdout, text="Creating a PDB file of a distribution 
of positions coving the full dynamics of the moving domain.")
+        subsection(file=sys.stdout, text="Creating a PDB file of a 
distribution of positions coving the full dynamics of the moving domain.")
 
 
 
@@ -1020,7 +1020,7 @@
         """
 
         # Printout.
-        section(file=sys.stdout, text="Creating a PDB file containing a 
geometric object representing the frame order dynamics.")
+        subsection(file=sys.stdout, text="Creating a PDB file containing a 
geometric object representing the frame order dynamics.")
 
         # Monte Carlo simulation flag.
         sim = False




Related Messages


Powered by MHonArc, Updated Wed Mar 20 16:00:01 2013