mailr5356 - /1.3/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 April 07, 2008 - 14:29:
Author: bugman
Date: Mon Apr  7 14:29:50 2008
New Revision: 5356

URL: http://svn.gna.org/viewcvs/relax?rev=5356&view=rev
Log:
Removal of a few comments.


Modified:
    1.3/generic_fns/structure/main.py

Modified: 1.3/generic_fns/structure/main.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/structure/main.py?rev=5356&r1=5355&r2=5356&view=diff
==============================================================================
--- 1.3/generic_fns/structure/main.py (original)
+++ 1.3/generic_fns/structure/main.py Mon Apr  7 14:29:50 2008
@@ -73,9 +73,6 @@
                             does not exist.
     """
 
-    # Tests.
-    ########
-
     # Test if the current data pipe exists.
     if not relax_data_store.current_pipe:
         raise RelaxNoPipeError
@@ -102,20 +99,12 @@
             warn(RelaxNoPDBFileWarning(file_path))
             return
 
-
-    # Data creation.
-    ################
-
     # Place the Scientific Python structural object into the relax data 
store.
     if parser == 'scientific':
         cdp.structure = Scientific_data()
 
     # Load the structures.
     cdp.structure.load_structures(file_path, model, verbosity)
-
-
-    # Finish.
-    #########
 
     # Sequence loading.
     if load_seq and not exists_mol_res_spin_data():




Related Messages


Powered by MHonArc, Updated Mon Apr 07 14:40:09 2008