mailr9818 - /branches/bmrb/bmrblib/kinetics/heteronucl_NOEs_v3_2.py


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

Header


Content

Posted by edward on October 27, 2009 - 23:02:
Author: bugman
Date: Tue Oct 27 23:02:37 2009
New Revision: 9818

URL: http://svn.gna.org/viewcvs/relax?rev=9818&view=rev
Log:
The base class add() methods are now receiving all args.


Modified:
    branches/bmrb/bmrblib/kinetics/heteronucl_NOEs_v3_2.py

Modified: branches/bmrb/bmrblib/kinetics/heteronucl_NOEs_v3_2.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/bmrblib/kinetics/heteronucl_NOEs_v3_2.py?rev=9818&r1=9817&r2=9818&view=diff
==============================================================================
--- branches/bmrb/bmrblib/kinetics/heteronucl_NOEs_v3_2.py (original)
+++ branches/bmrb/bmrblib/kinetics/heteronucl_NOEs_v3_2.py Tue Oct 27 
23:02:37 2009
@@ -83,7 +83,7 @@
         self.temp_control = translate(temp_control)
 
         # Execute the v3.1 add method.
-        HeteronuclNOESaveframe_v3_1.add(self, frq=frq, 
entity_ids=entity_ids, res_nums=res_nums, res_names=res_names, 
atom_names=atom_names, isotope=isotope, data=data, errors=errors)
+        HeteronuclNOESaveframe_v3_1.add(self, 
sample_cond_list_id=sample_cond_list_id, 
sample_cond_list_label=sample_cond_list_label, frq=frq, details=details, 
assembly_atom_ids=assembly_atom_ids, entity_assembly_ids=entity_assembly_ids, 
entity_ids=entity_ids, res_nums=res_nums, seq_id=seq_id, res_names=res_names, 
atom_names=atom_names, atom_types=atom_types, isotope=isotope, data=data, 
errors=errors)
 
 
     def add_tag_categories(self):




Related Messages


Powered by MHonArc, Updated Tue Oct 27 23:20:03 2009