svn+ssh://bugman@.../svn/relax/1.3
........
r3863 | bugman | 2007-11-23 17:08:49 +0100 (Fri, 23 Nov 2007) | 6 lines
Split the write() function in half.
The two new functions are write() and write_body(). The write() function calls write_body(). This
write_body() is designed to be used by the display() function.
........
r3864 | bugman | 2007-11-23 17:11:39 +0100 (Fri, 23 Nov 2007) | 3 lines
Implemented the display() function.
........
r3865 | bugman | 2007-11-23 17:13:41 +0100 (Fri, 23 Nov 2007) | 3 lines
Implemented all the arg unit tests for the sequence.display() user function.
........
r3866 | bugman | 2007-11-23 17:15:00 +0100 (Fri, 23 Nov 2007) | 3 lines
Bug fix for all the arg unit tests for the sequence.display() user function.
........
r3867 | bugman | 2007-11-23 17:17:10 +0100 (Fri, 23 Nov 2007) | 3 lines
Implemented a unit test to test the display of an amino acid sequence.
........
r3868 | bugman | 2007-11-23 17:27:40 +0100 (Fri, 23 Nov 2007) | 3 lines
Implemented the sequence.display() user function.
........
r3869 | bugman | 2007-11-23 17:39:55 +0100 (Fri, 23 Nov 2007) | 3 lines
A few improvements to the unit test for the display of an amino acid sequence.
........