Author: bugman
Date: Wed Apr 29 10:57:31 2009
New Revision: 9032
URL: http://svn.gna.org/viewcvs/relax?rev=9032&view=rev
Log:
The lanthanide atoms are now loaded into the relax data store for the lactose 
N-state model test.
Modified:
    1.3/test_suite/system_tests/scripts/lactose_n_state.py
Modified: 1.3/test_suite/system_tests/scripts/lactose_n_state.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/lactose_n_state.py?rev=9032&r1=9031&r2=9032&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/scripts/lactose_n_state.py (original)
+++ 1.3/test_suite/system_tests/scripts/lactose_n_state.py Wed Apr 29 
10:57:31 2009
@@ -65,6 +65,9 @@
 for i in range(NUM_TAG):
     structure.read_pdb(file='tag_MCMM4_'+`i+1`, dir=str_path, 
parser='internal', set_model_num=i+1, set_mol_name='tag')
 
+# Load the lanthanide atoms.
+structure.load_spins(spin_id='@C1', combine_models=False, ave_pos=False)
+
 # Switch back to the main analysis data pipe.
 pipe.switch('lactose')