mailr8450 - /branches/multi_structure/generic_fns/structure/scientific.py


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

Header


Content

Posted by edward on January 15, 2009 - 10:01:
Author: bugman
Date: Thu Jan 15 10:01:38 2009
New Revision: 8450

URL: http://svn.gna.org/viewcvs/relax?rev=8450&view=rev
Log:
Removed some old, commented out code (and an old print out).


Modified:
    branches/multi_structure/generic_fns/structure/scientific.py

Modified: branches/multi_structure/generic_fns/structure/scientific.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/multi_structure/generic_fns/structure/scientific.py?rev=8450&r1=8449&r2=8450&view=diff
==============================================================================
--- branches/multi_structure/generic_fns/structure/scientific.py (original)
+++ branches/multi_structure/generic_fns/structure/scientific.py Thu Jan 15 
10:01:38 2009
@@ -568,31 +568,6 @@
         if set_model_num and type(set_model_num) != list:
             set_model_num = [set_model_num]
 
-        # Load the structure i from the PDB file.
-        #if type(model) == int:
-        #    # Print out.
-        #    if verbosity:
-        #        print "Loading structure " + `model` + " from the PDB file."
-
-        #    # Load the structure into 'str'.
-        #    str = Scientific.IO.PDB.Structure(file_path, model)
-
-        #    # Test the structure.
-        #    if len(str) == 0:
-        #        raise RelaxPdbLoadError, file_path
-
-        #    # Print the PDB info.
-        #    if verbosity:
-        #        print str
-#
-#            # Add the structure.
-#            self.add_struct(name=name, model=model, file=file, path=path, 
str=str, struct_index=struct_index)
-
-
-        # Print out.
-        if verbosity:
-            print "Loading all structures from the PDB file."
-
         # Load all models.
         model_flag = True
         model_num = 1




Related Messages


Powered by MHonArc, Updated Thu Jan 15 10:20:04 2009