The merger of the redesigns from the trunk causes the user function front-end changes of r15044 in
prompt/align_tensor.py to be lost, as this file no longer exists. The align_tensor.init user
function arguments align_id and domain have been reintroduced.
.....
r15044 | bugman | 2011-12-07 16:32:01 +0100 (Wed, 07 Dec 2011) | 8 lines
Changed paths:
M /branches/frame_order_testing/generic_fns/align_tensor.py
M /branches/frame_order_testing/prompt/align_tensor.py
Converted the align_tensor.init user function to accept the align_id and domain arguments.
The domain argument complements the align_tensor.set_domain user function whereas the align_id arg
is new and is used to associate a tensor with an alignment. This is part of a redesign of how
alignment tensors are handled, as there can be multiple tensors per alignment if the molecule is
multi-domain.
.....