svn+ssh://bugman@.../svn/relax/trunk
........
r27656 | bugman | 2015-02-17 09:44:53 +0100 (Tue, 17 Feb 2015) | 7 lines
Fix for bug #23288 (https://gna.org/bugs/?23288).
This is the failure of the structure.read_pdb user function when simultaneously merging multiple
molecules from one file. The set_mol_name and set_model_num arguments are now converted to lists
equal to the length of the read_mol and read_model arguments simultaneously, if supplied.
........