svn+ssh://bugman@.../svn/relax/trunk
........
r19442 | bugman | 2013-04-10 19:44:37 +0200 (Wed, 10 Apr 2013) | 6 lines
Added a link to the PDF user manual from the HTML user manual.
This will affect all pages at http://www.nmr-relax.com/manual/ by adding an icon to the navigation
bar pointing to the PDF manual at http://download.gna.org/relax/manual/relax.pdf.
........
r19443 | bugman | 2013-04-11 09:30:16 +0200 (Thu, 11 Apr 2013) | 5 lines
Bug fix for the new pipe_control.mol_res_spin.count_max_spins_per_residue() function.
This function, introduced at r19403, was not returning the correct variable.
........
r19444 | bugman | 2013-04-11 09:31:49 +0200 (Thu, 11 Apr 2013) | 6 lines
The plotting of residue or spin numbers verses values now handles multiple spin types properly.
This is in the pipe_control.plotting.assemble_data_seq_value() function. The spin name is being
used to identify different spin types for the graph sets.
........
r19445 | bugman | 2013-04-11 09:32:57 +0200 (Thu, 11 Apr 2013) | 5 lines
Fix for the Noe.test_noe_analysis system test.
The set labels are now different in that they no longer end in '. '.
........
r19446 | bugman | 2013-04-11 09:40:53 +0200 (Thu, 11 Apr 2013) | 5 lines
The pipe_control.mol_res_spin.count_max_spins_per_residue() function now accepts a spin ID argument.
This can be used to restrict the spins to count.
........
r19447 | bugman | 2013-04-11 09:42:37 +0200 (Thu, 11 Apr 2013) | 5 lines
The spin ID string is now being used by the plotting functions.
The spin ID was not being passed into the assemble_data_*() functions.
........
r19448 | bugman | 2013-04-11 09:42:58 +0200 (Thu, 11 Apr 2013) | 3 lines
Removed a debugging printout.
........