mailr7446 - in /branches/pipe_refs: generic_fns/ generic_fns/structure/ opendx/ sample_scripts/ specific_fns/ specific_fns/model...


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

Header


Content

Posted by edward on September 29, 2008 - 23:56:
Author: bugman
Date: Mon Sep 29 23:56:26 2008
New Revision: 7446

URL: http://svn.gna.org/viewcvs/relax?rev=7446&view=rev
Log:
Replaced all refs to 'cdp = ds[ds.current_pipe]' with 'cdp = 
pipes.get_pipe()'.


Modified:
    branches/pipe_refs/generic_fns/align_tensor.py
    branches/pipe_refs/generic_fns/angles.py
    branches/pipe_refs/generic_fns/diffusion_tensor.py
    branches/pipe_refs/generic_fns/eliminate.py
    branches/pipe_refs/generic_fns/fix.py
    branches/pipe_refs/generic_fns/frq.py
    branches/pipe_refs/generic_fns/minimise.py
    branches/pipe_refs/generic_fns/mol_res_spin.py
    branches/pipe_refs/generic_fns/molmol.py
    branches/pipe_refs/generic_fns/monte_carlo.py
    branches/pipe_refs/generic_fns/palmer.py
    branches/pipe_refs/generic_fns/pcs.py
    branches/pipe_refs/generic_fns/pymol.py
    branches/pipe_refs/generic_fns/rdc.py
    branches/pipe_refs/generic_fns/relax_data.py
    branches/pipe_refs/generic_fns/structure/geometric.py
    branches/pipe_refs/generic_fns/structure/main.py
    branches/pipe_refs/generic_fns/structure/mass.py
    branches/pipe_refs/generic_fns/temperature.py
    branches/pipe_refs/generic_fns/vmd.py
    branches/pipe_refs/opendx/base_map.py
    branches/pipe_refs/opendx/isosurface_3D.py
    branches/pipe_refs/sample_scripts/full_analysis.py
    branches/pipe_refs/specific_fns/base_class.py
    branches/pipe_refs/specific_fns/consistency_tests.py
    branches/pipe_refs/specific_fns/jw_mapping.py
    branches/pipe_refs/specific_fns/model_free/main.py
    branches/pipe_refs/specific_fns/model_free/mf_minimise.py
    branches/pipe_refs/specific_fns/n_state_model.py
    branches/pipe_refs/specific_fns/relax_fit.py
    branches/pipe_refs/test_suite/system_tests/angles.py
    branches/pipe_refs/test_suite/system_tests/load_spins.py
    branches/pipe_refs/test_suite/system_tests/model_free.py
    branches/pipe_refs/test_suite/system_tests/n_state_model.py
    branches/pipe_refs/test_suite/system_tests/sequence.py
    branches/pipe_refs/test_suite/system_tests/structure.py
    branches/pipe_refs/test_suite/system_tests/unit_vectors.py
    branches/pipe_refs/test_suite/unit_tests/_generic_fns/test_mol_res_spin.py
    branches/pipe_refs/test_suite/unit_tests/_generic_fns/test_selection.py
    
branches/pipe_refs/test_suite/unit_tests/_specific_fns/test_n_state_model.py
    branches/pipe_refs/test_suite/unit_tests/relax_data_testing_base.py

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: branches/pipe_refs/generic_fns/align_tensor.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/generic_fns/align_tensor.py?rev=7446&r1=7445&r2=7446&view=diff

Modified: branches/pipe_refs/generic_fns/angles.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/generic_fns/angles.py?rev=7446&r1=7445&r2=7446&view=diff

Modified: branches/pipe_refs/generic_fns/diffusion_tensor.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/generic_fns/diffusion_tensor.py?rev=7446&r1=7445&r2=7446&view=diff

Modified: branches/pipe_refs/generic_fns/eliminate.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/generic_fns/eliminate.py?rev=7446&r1=7445&r2=7446&view=diff

Modified: branches/pipe_refs/generic_fns/fix.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/generic_fns/fix.py?rev=7446&r1=7445&r2=7446&view=diff

Modified: branches/pipe_refs/generic_fns/frq.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/generic_fns/frq.py?rev=7446&r1=7445&r2=7446&view=diff

Modified: branches/pipe_refs/generic_fns/minimise.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/generic_fns/minimise.py?rev=7446&r1=7445&r2=7446&view=diff

Modified: branches/pipe_refs/generic_fns/mol_res_spin.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/generic_fns/mol_res_spin.py?rev=7446&r1=7445&r2=7446&view=diff

Modified: branches/pipe_refs/generic_fns/molmol.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/generic_fns/molmol.py?rev=7446&r1=7445&r2=7446&view=diff

Modified: branches/pipe_refs/generic_fns/monte_carlo.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/generic_fns/monte_carlo.py?rev=7446&r1=7445&r2=7446&view=diff

Modified: branches/pipe_refs/generic_fns/palmer.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/generic_fns/palmer.py?rev=7446&r1=7445&r2=7446&view=diff

Modified: branches/pipe_refs/generic_fns/pcs.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/generic_fns/pcs.py?rev=7446&r1=7445&r2=7446&view=diff

Modified: branches/pipe_refs/generic_fns/pymol.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/generic_fns/pymol.py?rev=7446&r1=7445&r2=7446&view=diff

Modified: branches/pipe_refs/generic_fns/rdc.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/generic_fns/rdc.py?rev=7446&r1=7445&r2=7446&view=diff

Modified: branches/pipe_refs/generic_fns/relax_data.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/generic_fns/relax_data.py?rev=7446&r1=7445&r2=7446&view=diff

Modified: branches/pipe_refs/generic_fns/structure/geometric.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/generic_fns/structure/geometric.py?rev=7446&r1=7445&r2=7446&view=diff

Modified: branches/pipe_refs/generic_fns/structure/main.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/generic_fns/structure/main.py?rev=7446&r1=7445&r2=7446&view=diff

Modified: branches/pipe_refs/generic_fns/structure/mass.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/generic_fns/structure/mass.py?rev=7446&r1=7445&r2=7446&view=diff

Modified: branches/pipe_refs/generic_fns/temperature.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/generic_fns/temperature.py?rev=7446&r1=7445&r2=7446&view=diff

Modified: branches/pipe_refs/generic_fns/vmd.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/generic_fns/vmd.py?rev=7446&r1=7445&r2=7446&view=diff

Modified: branches/pipe_refs/opendx/base_map.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/opendx/base_map.py?rev=7446&r1=7445&r2=7446&view=diff

Modified: branches/pipe_refs/opendx/isosurface_3D.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/opendx/isosurface_3D.py?rev=7446&r1=7445&r2=7446&view=diff

Modified: branches/pipe_refs/sample_scripts/full_analysis.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/sample_scripts/full_analysis.py?rev=7446&r1=7445&r2=7446&view=diff

Modified: branches/pipe_refs/specific_fns/base_class.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/specific_fns/base_class.py?rev=7446&r1=7445&r2=7446&view=diff

Modified: branches/pipe_refs/specific_fns/consistency_tests.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/specific_fns/consistency_tests.py?rev=7446&r1=7445&r2=7446&view=diff

Modified: branches/pipe_refs/specific_fns/jw_mapping.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/specific_fns/jw_mapping.py?rev=7446&r1=7445&r2=7446&view=diff

Modified: branches/pipe_refs/specific_fns/model_free/main.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/specific_fns/model_free/main.py?rev=7446&r1=7445&r2=7446&view=diff

Modified: branches/pipe_refs/specific_fns/model_free/mf_minimise.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/specific_fns/model_free/mf_minimise.py?rev=7446&r1=7445&r2=7446&view=diff

Modified: branches/pipe_refs/specific_fns/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/specific_fns/n_state_model.py?rev=7446&r1=7445&r2=7446&view=diff

Modified: branches/pipe_refs/specific_fns/relax_fit.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/specific_fns/relax_fit.py?rev=7446&r1=7445&r2=7446&view=diff

Modified: branches/pipe_refs/test_suite/system_tests/angles.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/test_suite/system_tests/angles.py?rev=7446&r1=7445&r2=7446&view=diff

Modified: branches/pipe_refs/test_suite/system_tests/load_spins.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/test_suite/system_tests/load_spins.py?rev=7446&r1=7445&r2=7446&view=diff

Modified: branches/pipe_refs/test_suite/system_tests/model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/test_suite/system_tests/model_free.py?rev=7446&r1=7445&r2=7446&view=diff

Modified: branches/pipe_refs/test_suite/system_tests/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/test_suite/system_tests/n_state_model.py?rev=7446&r1=7445&r2=7446&view=diff

Modified: branches/pipe_refs/test_suite/system_tests/sequence.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/test_suite/system_tests/sequence.py?rev=7446&r1=7445&r2=7446&view=diff

Modified: branches/pipe_refs/test_suite/system_tests/structure.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/test_suite/system_tests/structure.py?rev=7446&r1=7445&r2=7446&view=diff

Modified: branches/pipe_refs/test_suite/system_tests/unit_vectors.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/test_suite/system_tests/unit_vectors.py?rev=7446&r1=7445&r2=7446&view=diff

Modified: 
branches/pipe_refs/test_suite/unit_tests/_generic_fns/test_mol_res_spin.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/test_suite/unit_tests/_generic_fns/test_mol_res_spin.py?rev=7446&r1=7445&r2=7446&view=diff

Modified: 
branches/pipe_refs/test_suite/unit_tests/_generic_fns/test_selection.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/test_suite/unit_tests/_generic_fns/test_selection.py?rev=7446&r1=7445&r2=7446&view=diff

Modified: 
branches/pipe_refs/test_suite/unit_tests/_specific_fns/test_n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/test_suite/unit_tests/_specific_fns/test_n_state_model.py?rev=7446&r1=7445&r2=7446&view=diff

Modified: branches/pipe_refs/test_suite/unit_tests/relax_data_testing_base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/test_suite/unit_tests/relax_data_testing_base.py?rev=7446&r1=7445&r2=7446&view=diff




Related Messages


Powered by MHonArc, Updated Tue Sep 30 00:20:04 2008