svn+ssh://bugman@.../svn/relax/1.3
........
r4027 | bugman | 2007-11-26 15:54:23 +0100 (Mon, 26 Nov 2007) | 5 lines
Removed the empty diff_tensor structure from the PipeContainer.
This will be added after its initialisation.
........
r4028 | bugman | 2007-11-26 15:55:56 +0100 (Mon, 26 Nov 2007) | 5 lines
Updated the generic_fns.diffusion_tensor.diff_data_exists() function.
The diff_tensor object is now tested for.
........
r4029 | bugman | 2007-11-26 15:57:52 +0100 (Mon, 26 Nov 2007) | 5 lines
Updated the generic_fns.diffusion_tensor.init() function.
The function now adds the DiffTensorData instance as diff_tensor into the PipeContainer.
........
r4030 | bugman | 2007-11-26 15:59:48 +0100 (Mon, 26 Nov 2007) | 5 lines
Updated the test_delete() unit test.
The diff_tensor object should be removed by the delete() function.
........
r4031 | bugman | 2007-11-26 16:01:21 +0100 (Mon, 26 Nov 2007) | 6 lines
Updated the generic_fns.diffusion_tensor.delete() function.
The DiffTensorData instance is not set up after deletion anymore. The diff_tensor structure should
not exist.
........