svn+ssh://bugman@.../svn/relax/1.3
........
r14107 | bugman | 2011-08-04 11:37:57 +0200 (Thu, 04 Aug 2011) | 6 lines
Files created by the grace.write user function are now put into a new list cdp.results_files.
This is a list of lists, with the sublist composed of two elements. The first is an identifier
string such as 'grace'. The second is the file name.
........
r14108 | bugman | 2011-08-04 11:39:43 +0200 (Thu, 04 Aug 2011) | 3 lines
Fix for the addition of grace files to cdp.result_files - the file path is now used.
........
r14109 | bugman | 2011-08-04 11:41:13 +0200 (Thu, 04 Aug 2011) | 5 lines
Another fix for the grace.write user function addition to the cdp.result_files list.
The proper variable name is now used.
........
r14110 | bugman | 2011-08-04 11:41:31 +0200 (Thu, 04 Aug 2011) | 3 lines
The value.write user function now also adds to the cdp.result_files structure.
........