svn+ssh://bugman@.../svn/relax/trunk
........
r27373 | bugman | 2015-01-29 19:27:18 +0100 (Thu, 29 Jan 2015) | 6 lines
Fix for the new Internal_selection.count_atoms() internal structural object selection method.
The method was previously returning the total number of molecules, not the total number of atoms in
the selection.
........
r27374 | bugman | 2015-01-29 19:28:34 +0100 (Thu, 29 Jan 2015) | 6 lines
Printout fix for the backend of the structure.translate and structure.rotate user functions.
Model numbers of zero were not correctly identified. This also affects the structure.align and
structure.superimpose user functions which uses this backend code.
........
r27375 | bugman | 2015-01-29 19:34:32 +0100 (Thu, 29 Jan 2015) | 3 lines
Another fix for the Internal_selection.count_atoms() internal structural object selection method.
........