Author: bugman
Date: Mon Jan 12 10:18:13 2009
New Revision: 8400

URL: http://svn.gna.org/viewcvs/relax?rev=8400&view=rev
Log:
Removed the struct_index arg from the base api structural object.


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

Modified: branches/multi_structure/generic_fns/structure/api_base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/multi_structure/generic_fns/structure/api_base.py?rev=8400&r1=8399&r2=8400&view=diff
==============================================================================
--- branches/multi_structure/generic_fns/structure/api_base.py (original)
+++ branches/multi_structure/generic_fns/structure/api_base.py Mon Jan 12 
10:18:13 2009
@@ -285,7 +285,7 @@
                     warn(RelaxWarning("The structure file " + `self.file[i]` + 
" cannot be found in the current directory or the directory of the results 
file."))
 
 
-    def load_pdb(self, file_path, read_mol=None, set_mol_name=None, 
read_model=None, set_model_num=None, struct_index=None, verbosity=False):
+    def load_pdb(self, file_path, read_mol=None, set_mol_name=None, 
read_model=None, set_model_num=None, verbosity=False):
         """Prototype method stub for loading structures from a PDB file.
 
         This inherited prototype method is a stub which, if the functionality 
is desired, should be
@@ -309,9 +309,6 @@
         @keyword set_model_num: Set the model number of the loaded molecule.  
If set to None, then
                                 the PDB model numbers will be preserved, if 
they exist.
         @type set_model_num:    None, int, or list of int
-        @param struct_index:    The index of the structure.  This optional 
argument can be useful
-                                for reloading a structure.
-        @type struct_index:     int
         @keyword verbosity:     A flag which if True will cause messages to be 
printed.
         @type verbosity:        bool
         @return:                The status of the loading of the PDB file.


_______________________________________________
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