mailr7073 - /1.3/specific_fns/jw_mapping.py


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

Header


Content

Posted by edward on August 05, 2008 - 23:06:
Author: bugman
Date: Tue Aug  5 22:28:10 2008
New Revision: 7073

URL: http://svn.gna.org/viewcvs/relax?rev=7073&view=rev
Log:
Added a missing import.


Modified:
    1.3/specific_fns/jw_mapping.py

Modified: 1.3/specific_fns/jw_mapping.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/jw_mapping.py?rev=7073&r1=7072&r2=7073&view=diff
==============================================================================
--- 1.3/specific_fns/jw_mapping.py (original)
+++ 1.3/specific_fns/jw_mapping.py Tue Aug  5 22:28:10 2008
@@ -27,7 +27,7 @@
 # relax module imports.
 from base_class import Common_functions
 from data import Relax_data_store; ds = Relax_data_store()
-from generic_fns.mol_res_spin import exists_mol_res_spin_data, spin_loop
+from generic_fns.mol_res_spin import exists_mol_res_spin_data, 
return_spin_from_index, spin_loop
 from maths_fns.jw_mapping import Mapping
 from physical_constants import N15_CSA, NH_BOND_LENGTH, h_bar, mu0, 
return_gyromagnetic_ratio
 from relax_errors import RelaxError, RelaxFuncSetupError, RelaxNoPipeError, 
RelaxNoSequenceError, RelaxNoValueError, RelaxNucleusError, 
RelaxParamSetError, RelaxProtonTypeError, RelaxSpinTypeError




Related Messages


Powered by MHonArc, Updated Tue Aug 05 23:20:13 2008