svn+ssh://bugman@.../svn/relax/1.3
........
r5033 | bugman | 2008-02-20 09:23:23 +0100 (Wed, 20 Feb 2008) | 5 lines
Fixes for the generic_fns.structure.atom_add() function.
The atomic_data dictionary is now expected to be passed into the function.
........
r5034 | bugman | 2008-02-20 09:24:01 +0100 (Wed, 20 Feb 2008) | 5 lines
Fixes for the generic_fns.structure.atom_connect() function.
The atomic_data dictionary is now expected to be passed into the function.
........
r5035 | bugman | 2008-02-20 09:31:00 +0100 (Wed, 20 Feb 2008) | 3 lines
Shifted all the relative atomic mass values into the physical_constants module.
........
r5036 | bugman | 2008-02-20 09:32:44 +0100 (Wed, 20 Feb 2008) | 3 lines
Updated the docstring of the generic_fns.structure.atomic_mass() function to epydoc format.
........
r5037 | bugman | 2008-02-20 09:36:10 +0100 (Wed, 20 Feb 2008) | 6 lines
Updated the generic_fns.structure.autoscale_tensor() function.
The docstring was changed to epydoc format, the default method changed from None to 'mass', and a
few comments were added.
........