svn+ssh://bugman@.../svn/relax/1.3
........
r13510 | bugman | 2011-07-08 08:58:14 +0200 (Fri, 08 Jul 2011) | 3 lines
Bug fix for the sequence.read() user function - the force flag is now being passed on.
........
r13511 | bugman | 2011-07-08 09:00:06 +0200 (Fri, 08 Jul 2011) | 5 lines
Another fix for the sequence.write() user function - the force flag is passed to open_write_file().
This is from the relax_io.write_spin_data() function.
........
r13512 | bugman | 2011-07-08 09:01:05 +0200 (Fri, 08 Jul 2011) | 5 lines
Bug fix for the sequence.write() user function when the column separator is not whitespace.
The column widths are no longer fixed is the separator is not whitespace.
........