mailr19133 - /trunk/pipe_control/structure/internal.py


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

Header


Content

Posted by edward on March 24, 2013 - 17:56:
Author: bugman
Date: Sun Mar 24 17:56:44 2013
New Revision: 19133

URL: http://svn.gna.org/viewcvs/relax?rev=19133&view=rev
Log:
Spacing fixes in the internal structural object.


Modified:
    trunk/pipe_control/structure/internal.py

Modified: trunk/pipe_control/structure/internal.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/pipe_control/structure/internal.py?rev=19133&r1=19132&r2=19133&view=diff
==============================================================================
--- trunk/pipe_control/structure/internal.py (original)
+++ trunk/pipe_control/structure/internal.py Sun Mar 24 17:56:44 2013
@@ -1806,7 +1806,7 @@
             set_model_num = [set_model_num]
 
         # Loop over all models in the XYZ file.
-        mol_index=0
+        mol_index = 0
         model_index = 0
         xyz_model_increment = 0
         orig_model_num = []
@@ -1832,7 +1832,7 @@
             if set_mol_name:
                 new_mol_name.append(set_mol_name[mol_index])
             else:
-                if mol_index==0:
+                if mol_index == 0:
                    #Set the name to the file name plus the structure number.
                    new_mol_name.append(file_root(file) + '_mol' + 
repr(mol_index+1))
 
@@ -1855,8 +1855,8 @@
             # Increment the model index.
             model_index = model_index + 1
 
-        orig_mol_num=[0]
         # Create the structural data data structures.
+        orig_mol_num = [0]
         self.pack_structs(mol_conts, orig_model_num=orig_model_num, 
set_model_num=set_model_num, orig_mol_num=orig_mol_num, 
set_mol_name=new_mol_name, file_name=file, file_path=path, 
file_path_abs=path_abs)
 
         # Loading worked.




Related Messages


Powered by MHonArc, Updated Sun Mar 24 18:00:02 2013