svn+ssh://bugman@.../svn/relax/trunk
........
r18923 | bugman | 2013-03-20 17:06:40 +0100 (Wed, 20 Mar 2013) | 5 lines
Split the generic_fns.structure.geometric.create_rotor_pdb() function.
The non-relax specific code has been shifted into the rotor_pdb() function.
........
r18924 | bugman | 2013-03-20 17:09:55 +0100 (Wed, 20 Mar 2013) | 3 lines
Initialised the lib.structure package - this is currently empty.
........
r18925 | bugman | 2013-03-20 17:24:22 +0100 (Wed, 20 Mar 2013) | 8 lines
Shifted the rotor creation components from generic_fns.structure.geometric to lib.structure.rotor.
The create_rotor_pdb() function remains in place as this is the user function backend which checks
for data pipes and updates the status object, but the rotor_pdb() and create_rotor_propellers()
functions have been moved into the relax library. The create_rotor_propellers() function has been
renamed to lib.structure.rotor.rotor_propellers().
........