mailr18394 - in /branches/frame_order_testing: ./ data/ scons/ specific_fns/ specific_fns/model_free/ specific_fns/noe/ user_fun...


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

Header


Content

Posted by edward on February 02, 2013 - 16:53:
Author: bugman
Date: Sat Feb  2 16:53:05 2013
New Revision: 18394

URL: http://svn.gna.org/viewcvs/relax?rev=18394&view=rev
Log:
Merged revisions 18389-18393 via svnmerge from 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/trunk

........
  r18389 | bugman | 2013-02-02 15:56:54 +0100 (Sat, 02 Feb 2013) | 3 lines
  
  Added and edited a number of module docstrings.
........
  r18390 | bugman | 2013-02-02 16:00:37 +0100 (Sat, 02 Feb 2013) | 3 lines
  
  Module and package docstrings additions/improvements for the SCons scripts.
........
  r18391 | bugman | 2013-02-02 16:02:08 +0100 (Sat, 02 Feb 2013) | 3 lines
  
  Removed some useless code.
........
  r18392 | bugman | 2013-02-02 16:23:04 +0100 (Sat, 02 Feb 2013) | 3 lines
  
  Lots of module and package docstring updates for the analysis specific code.
........
  r18393 | bugman | 2013-02-02 16:46:16 +0100 (Sat, 02 Feb 2013) | 3 lines
  
  Module docstring additions and improvements for the relax data store 
modules.
........

Modified:
    branches/frame_order_testing/   (props changed)
    branches/frame_order_testing/data/align_tensor.py
    branches/frame_order_testing/data/diff_tensor.py
    branches/frame_order_testing/data/exp_info.py
    branches/frame_order_testing/data/gui.py
    branches/frame_order_testing/data/interatomic.py
    branches/frame_order_testing/data/mol_res_spin.py
    branches/frame_order_testing/data/pipe_container.py
    branches/frame_order_testing/data/prototype.py
    branches/frame_order_testing/data/relax_xml.py
    branches/frame_order_testing/scons/__init__.py
    branches/frame_order_testing/scons/distrib.py
    branches/frame_order_testing/scons/install.py
    branches/frame_order_testing/specific_fns/__init__.py
    branches/frame_order_testing/specific_fns/api_base.py
    branches/frame_order_testing/specific_fns/api_common.py
    branches/frame_order_testing/specific_fns/api_objects.py
    branches/frame_order_testing/specific_fns/consistency_tests.py
    branches/frame_order_testing/specific_fns/frame_order.py
    branches/frame_order_testing/specific_fns/hybrid.py
    branches/frame_order_testing/specific_fns/jw_mapping.py
    branches/frame_order_testing/specific_fns/model_free/__init__.py
    branches/frame_order_testing/specific_fns/model_free/bmrb.py
    branches/frame_order_testing/specific_fns/model_free/macro_base.py
    branches/frame_order_testing/specific_fns/model_free/main.py
    branches/frame_order_testing/specific_fns/model_free/mf_minimise.py
    branches/frame_order_testing/specific_fns/model_free/molmol.py
    
branches/frame_order_testing/specific_fns/model_free/multi_processor_commands.py
    branches/frame_order_testing/specific_fns/model_free/pymol.py
    branches/frame_order_testing/specific_fns/model_free/results.py
    branches/frame_order_testing/specific_fns/n_state_model.py
    branches/frame_order_testing/specific_fns/noe/__init__.py
    branches/frame_order_testing/specific_fns/noe/main.py
    branches/frame_order_testing/specific_fns/relax_fit.py
    branches/frame_order_testing/specific_fns/setup.py
    branches/frame_order_testing/user_functions/reset.py

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

Modified: branches/frame_order_testing/data/align_tensor.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/data/align_tensor.py?rev=18394&r1=18393&r2=18394&view=diff

Modified: branches/frame_order_testing/data/diff_tensor.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/data/diff_tensor.py?rev=18394&r1=18393&r2=18394&view=diff

Modified: branches/frame_order_testing/data/exp_info.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/data/exp_info.py?rev=18394&r1=18393&r2=18394&view=diff

Modified: branches/frame_order_testing/data/gui.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/data/gui.py?rev=18394&r1=18393&r2=18394&view=diff

Modified: branches/frame_order_testing/data/interatomic.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/data/interatomic.py?rev=18394&r1=18393&r2=18394&view=diff

Modified: branches/frame_order_testing/data/mol_res_spin.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/data/mol_res_spin.py?rev=18394&r1=18393&r2=18394&view=diff

Modified: branches/frame_order_testing/data/pipe_container.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/data/pipe_container.py?rev=18394&r1=18393&r2=18394&view=diff

Modified: branches/frame_order_testing/data/prototype.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/data/prototype.py?rev=18394&r1=18393&r2=18394&view=diff

Modified: branches/frame_order_testing/data/relax_xml.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/data/relax_xml.py?rev=18394&r1=18393&r2=18394&view=diff

Modified: branches/frame_order_testing/scons/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/scons/__init__.py?rev=18394&r1=18393&r2=18394&view=diff

Modified: branches/frame_order_testing/scons/distrib.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/scons/distrib.py?rev=18394&r1=18393&r2=18394&view=diff

Modified: branches/frame_order_testing/scons/install.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/scons/install.py?rev=18394&r1=18393&r2=18394&view=diff

Modified: branches/frame_order_testing/specific_fns/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/specific_fns/__init__.py?rev=18394&r1=18393&r2=18394&view=diff

Modified: branches/frame_order_testing/specific_fns/api_base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/specific_fns/api_base.py?rev=18394&r1=18393&r2=18394&view=diff

Modified: branches/frame_order_testing/specific_fns/api_common.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/specific_fns/api_common.py?rev=18394&r1=18393&r2=18394&view=diff

Modified: branches/frame_order_testing/specific_fns/api_objects.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/specific_fns/api_objects.py?rev=18394&r1=18393&r2=18394&view=diff

Modified: branches/frame_order_testing/specific_fns/consistency_tests.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/specific_fns/consistency_tests.py?rev=18394&r1=18393&r2=18394&view=diff

Modified: branches/frame_order_testing/specific_fns/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/specific_fns/frame_order.py?rev=18394&r1=18393&r2=18394&view=diff

Modified: branches/frame_order_testing/specific_fns/hybrid.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/specific_fns/hybrid.py?rev=18394&r1=18393&r2=18394&view=diff

Modified: branches/frame_order_testing/specific_fns/jw_mapping.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/specific_fns/jw_mapping.py?rev=18394&r1=18393&r2=18394&view=diff

Modified: branches/frame_order_testing/specific_fns/model_free/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/specific_fns/model_free/__init__.py?rev=18394&r1=18393&r2=18394&view=diff

Modified: branches/frame_order_testing/specific_fns/model_free/bmrb.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/specific_fns/model_free/bmrb.py?rev=18394&r1=18393&r2=18394&view=diff

Modified: branches/frame_order_testing/specific_fns/model_free/macro_base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/specific_fns/model_free/macro_base.py?rev=18394&r1=18393&r2=18394&view=diff

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

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

Modified: branches/frame_order_testing/specific_fns/model_free/molmol.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/specific_fns/model_free/molmol.py?rev=18394&r1=18393&r2=18394&view=diff

Modified: 
branches/frame_order_testing/specific_fns/model_free/multi_processor_commands.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/specific_fns/model_free/multi_processor_commands.py?rev=18394&r1=18393&r2=18394&view=diff

Modified: branches/frame_order_testing/specific_fns/model_free/pymol.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/specific_fns/model_free/pymol.py?rev=18394&r1=18393&r2=18394&view=diff

Modified: branches/frame_order_testing/specific_fns/model_free/results.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/specific_fns/model_free/results.py?rev=18394&r1=18393&r2=18394&view=diff

Modified: branches/frame_order_testing/specific_fns/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/specific_fns/n_state_model.py?rev=18394&r1=18393&r2=18394&view=diff

Modified: branches/frame_order_testing/specific_fns/noe/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/specific_fns/noe/__init__.py?rev=18394&r1=18393&r2=18394&view=diff

Modified: branches/frame_order_testing/specific_fns/noe/main.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/specific_fns/noe/main.py?rev=18394&r1=18393&r2=18394&view=diff

Modified: branches/frame_order_testing/specific_fns/relax_fit.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/specific_fns/relax_fit.py?rev=18394&r1=18393&r2=18394&view=diff

Modified: branches/frame_order_testing/specific_fns/setup.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/specific_fns/setup.py?rev=18394&r1=18393&r2=18394&view=diff

Modified: branches/frame_order_testing/user_functions/reset.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/user_functions/reset.py?rev=18394&r1=18393&r2=18394&view=diff




Related Messages


Powered by MHonArc, Updated Sat Feb 02 17:20:02 2013