Author: bugman
Date: Mon Jan 19 13:21:04 2009
New Revision: 8518
URL: http://svn.gna.org/viewcvs/relax?rev=8518&view=rev
Log:
Bug fix for the pack_structs() method. The wrong index was being used!
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=8518&r1=8517&r2=8518&view=diff
==============================================================================
--- branches/multi_structure/generic_fns/structure/api_base.py (original)
+++ branches/multi_structure/generic_fns/structure/api_base.py Mon Jan 19
13:21:04 2009
@@ -399,7 +399,7 @@
model.mol[-1].file_name = file_name
model.mol[-1].file_path = file_path
model.mol[-1].file_mol_num = orig_mol_num[j]
- model.mol[-1].file_model = orig_model_num[j]
+ model.mol[-1].file_model = orig_model_num[i]
_______________________________________________
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