mailr4578 - in /branches/consistency_tests_1.3: ./ dx/ generic_fns/ prompt/ specific_fns/ specific_fns/model_free/


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

Header


Content

Posted by sebastien . morin . 1 on January 09, 2008 - 19:38:
Author: semor
Date: Wed Jan  9 19:38:07 2008
New Revision: 4578

URL: http://svn.gna.org/viewcvs/relax?rev=4578&view=rev
Log:
Merged revisions 4567,4569,4571-4572,4575-4577 via svnmerge from 
svn+ssh://semor@xxxxxxxxxxx/svn/relax/1.3

........
  r4567 | semor | 2008-01-09 11:51:14 -0500 (Wed, 09 Jan 2008) | 3 lines
  
  Changed all instances of the 'print_flag' arg to 'verbosity' in the prompt 
for tab_completion.
........
  r4569 | semor | 2008-01-09 11:54:26 -0500 (Wed, 09 Jan 2008) | 3 lines
  
  Changed 1 instance of the 'print_flag' arg to 'verbosity' in the OpenDX 
code for 3D isosurfaces.
........
  r4571 | semor | 2008-01-09 12:02:54 -0500 (Wed, 09 Jan 2008) | 3 lines
  
  Changed all instances of the 'print_flag' arg to 'verbosity' in the generic 
directory.
........
  r4572 | bugman | 2008-01-09 12:13:20 -0500 (Wed, 09 Jan 2008) | 3 lines
  
  Updated the RelaxNoTensorError class to allow for the tensor label to be 
printed in the traceback.
........
  r4575 | semor | 2008-01-09 13:20:33 -0500 (Wed, 09 Jan 2008) | 10 lines
  
  Changed almost all instances of the 'print_flag' arg to 'verbosity' in the 
specific_fns directory.
  
  Exceptions were made for instances in generic_minimise() functions where 
'print_flag=print_flag'
  becomes 'print_flag=verbosity'.
  
  This was pointed out in a post by Edward d'Auvergne at :
  https://mail.gna.org/public/relax-devel/2008-01/msg00021.html (Message-id:
  <7f080ed10801090840s341431f2nb75b15b137b46176@xxxxxxxxxxxxxx>)
........
  r4576 | semor | 2008-01-09 13:28:21 -0500 (Wed, 09 Jan 2008) | 10 lines
  
  Completed the changes from the previous commit (4575) as the model_free 
directory had been skipped.
  
  Changed almost all instances of the 'print_flag' arg to 'verbosity' in the 
specific_fns/model_free
  directory. Exceptions were made for instances in generic_minimise() 
functions where
  'print_flag=print_flag' becomes 'print_flag=verbosity'.
  
  This was pointed out in a post by Edward d'Auvergne at :
  https://mail.gna.org/public/relax-devel/2008-01/msg00021.html (Message-id:
  <7f080ed10801090840s341431f2nb75b15b137b46176@xxxxxxxxxxxxxx>)
........
  r4577 | semor | 2008-01-09 13:32:12 -0500 (Wed, 09 Jan 2008) | 3 lines
  
  Changed all instances of the 'print_flag' arg to 'verbosity' in 
'relax_io.py'.
........

Modified:
    branches/consistency_tests_1.3/   (props changed)
    branches/consistency_tests_1.3/dx/isosurface_3D.py
    branches/consistency_tests_1.3/generic_fns/dasha.py
    branches/consistency_tests_1.3/generic_fns/palmer.py
    branches/consistency_tests_1.3/generic_fns/results.py
    branches/consistency_tests_1.3/generic_fns/structure.py
    branches/consistency_tests_1.3/prompt/tab_completion.py
    branches/consistency_tests_1.3/relax_errors.py
    branches/consistency_tests_1.3/relax_io.py
    branches/consistency_tests_1.3/specific_fns/jw_mapping.py
    branches/consistency_tests_1.3/specific_fns/model_free/model_free.py
    branches/consistency_tests_1.3/specific_fns/noe.py
    branches/consistency_tests_1.3/specific_fns/relax_fit.py

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

Modified: branches/consistency_tests_1.3/dx/isosurface_3D.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/consistency_tests_1.3/dx/isosurface_3D.py?rev=4578&r1=4577&r2=4578&view=diff

Modified: branches/consistency_tests_1.3/generic_fns/dasha.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/consistency_tests_1.3/generic_fns/dasha.py?rev=4578&r1=4577&r2=4578&view=diff

Modified: branches/consistency_tests_1.3/generic_fns/palmer.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/consistency_tests_1.3/generic_fns/palmer.py?rev=4578&r1=4577&r2=4578&view=diff

Modified: branches/consistency_tests_1.3/generic_fns/results.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/consistency_tests_1.3/generic_fns/results.py?rev=4578&r1=4577&r2=4578&view=diff

Modified: branches/consistency_tests_1.3/generic_fns/structure.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/consistency_tests_1.3/generic_fns/structure.py?rev=4578&r1=4577&r2=4578&view=diff

Modified: branches/consistency_tests_1.3/prompt/tab_completion.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/consistency_tests_1.3/prompt/tab_completion.py?rev=4578&r1=4577&r2=4578&view=diff

Modified: branches/consistency_tests_1.3/relax_errors.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/consistency_tests_1.3/relax_errors.py?rev=4578&r1=4577&r2=4578&view=diff

Modified: branches/consistency_tests_1.3/relax_io.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/consistency_tests_1.3/relax_io.py?rev=4578&r1=4577&r2=4578&view=diff

Modified: branches/consistency_tests_1.3/specific_fns/jw_mapping.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/consistency_tests_1.3/specific_fns/jw_mapping.py?rev=4578&r1=4577&r2=4578&view=diff

Modified: branches/consistency_tests_1.3/specific_fns/model_free/model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/consistency_tests_1.3/specific_fns/model_free/model_free.py?rev=4578&r1=4577&r2=4578&view=diff

Modified: branches/consistency_tests_1.3/specific_fns/noe.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/consistency_tests_1.3/specific_fns/noe.py?rev=4578&r1=4577&r2=4578&view=diff

Modified: branches/consistency_tests_1.3/specific_fns/relax_fit.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/consistency_tests_1.3/specific_fns/relax_fit.py?rev=4578&r1=4577&r2=4578&view=diff




Related Messages


Powered by MHonArc, Updated Wed Jan 09 20:00:29 2008