svn+ssh://bugman@.../svn/relax/trunk
........
r18822 | bugman | 2013-03-13 18:24:47 +0100 (Wed, 13 Mar 2013) | 9 lines
Fix for a strange and extremely rare typo bug in the model-free specific analysis code.
This was identified by Manish Chaubey <manish dott chaubey att tuebingen dott mpg dott de> in the
message at http://thread.gmane.org/gmane.science.nmr.relax.user/1422.
This only occurs if a relaxation data error of zero is encountered and is a bug in the RelaxError
message explaining the problem with the data.
........
r18823 | bugman | 2013-03-14 17:54:01 +0100 (Thu, 14 Mar 2013) | 5 lines
Created the front end for the new structure.create_rotor_pdb user function.
This will be used to create a PDB representation of a rotor motional model.
........
r18824 | bugman | 2013-03-14 19:35:40 +0100 (Thu, 14 Mar 2013) | 3 lines
Added file, directory and overwrite force arguments to the structure.create_rotor_pdb user function.
........
r18825 | bugman | 2013-03-14 19:59:45 +0100 (Thu, 14 Mar 2013) | 3 lines
Started to implement the backend of the structure.create_rotor_pdb user function.
........
r18826 | bugman | 2013-03-15 10:32:04 +0100 (Fri, 15 Mar 2013) | 3 lines
The internal structural object MolContainer.add_atom() method now returns the index of the new atom.
........
r18827 | bugman | 2013-03-15 10:59:10 +0100 (Fri, 15 Mar 2013) | 3 lines
Created the internal structural object MolContainer.last_residue() method.
........
r18828 | bugman | 2013-03-15 11:21:12 +0100 (Fri, 15 Mar 2013) | 5 lines
Fully implemented the structure.create_rotor_pdb user function.
For this, the generic_fns.structure.geometric.create_rotor_propellers() function was created.
........