svn+ssh://bugman@.../svn/relax/1.3
........
r4523 | bugman | 2008-01-09 10:50:39 +0100 (Wed, 09 Jan 2008) | 5 lines
Renamed 'print_flag' to 'verbosity' in the calc(), grid_search(), and minimise() user functions.
This arg is not really a flag, and it is the verbosity level, so this makes more sense.
........
r4524 | bugman | 2008-01-09 10:53:06 +0100 (Wed, 09 Jan 2008) | 3 lines
Created a new error type for booleans - RelaxBoolError.
........
r4525 | bugman | 2008-01-09 10:57:51 +0100 (Wed, 09 Jan 2008) | 3 lines
Converted all the bin args (0/1) to bool args (True/False) in the minimisation user functions.
........
r4526 | bugman | 2008-01-09 11:25:14 +0100 (Wed, 09 Jan 2008) | 3 lines
Changed all references to 'print_flag' to 'verbosity' in the user function arg unit tests.
........
r4527 | bugman | 2008-01-09 11:26:16 +0100 (Wed, 09 Jan 2008) | 3 lines
Changed all the bin minimisation arg unit tests to tests for boolean args.
........