svn+ssh://bugman@.../svn/relax/1.3
........
r15334 | bugman | 2012-02-15 10:58:37 +0100 (Wed, 15 Feb 2012) | 5 lines
Created the SplitIO.flush() method so that a flush() call now works with the -t and -l command line args.
This simply calls the flush() methods of both streams.
........
r15335 | bugman | 2012-02-15 11:00:24 +0100 (Wed, 15 Feb 2012) | 3 lines
The float arg checks now check against all the numpy float types (float16, float32, float64, float128).
........