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


_______________________________________________
relax (http://nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to