svn+ssh://bugman@.../svn/relax/trunk
........
r24788 | bugman | 2014-07-29 10:11:14 +0200 (Tue, 29 Jul 2014) | 9 lines
Implemented the pipe_control.mol_res_spin.format_info_full() function.
This follows from http://thread.gmane.org/gmane.science.nmr.relax.scm/22522/focus=6534.
This is a verbose representation of the spin information which can be used for presenting to the
user. Functions for shorter string versions will also be of great use, for example as described by
Troels at http://thread.gmane.org/gmane.science.nmr.relax.scm/22522/focus=6535.
........
r24796 | bugman | 2014-07-29 10:25:37 +0200 (Tue, 29 Jul 2014) | 3 lines
Fix for the pipe_control.mol_res_spin.format_info_full() function, it now actually returns the string.
........
r24797 | bugman | 2014-07-29 10:51:20 +0200 (Tue, 29 Jul 2014) | 5 lines
Created a unit test for the pipe_control.mol_res_spin.format_info_full() function.
This comprehensive test covers all input argument combinations.
........