Commit | Date | |
---|---|---|
2012-06-17 07:14:35 | Tree | |
[r16916]
by
bugman
Renamed return_spin_from_id() to return_spin(), and return_spin() to return_spin_from_selection(). This shaves off a number of seconds from the system test - the look up table speed ups will come |
2012-06-14 15:38:57 | Tree |
[r16915]
by
bugman
return_spin_from_id() now defaults to return_spin() when the spin ID is not in the lookup table. The slower return_spin() method will allow return_spin_from_id() to always be functional. |
2012-06-14 14:34:52 | Tree |
[r16914]
by
bugman
Added the 'pipe' argument to generic_fns.mol_res_spin.return_spin_from_id(). This is to mimic the return_spin() function. |
2012-06-14 14:27:58 | Tree |
[r16913]
by
bugman
Fix for the gui.misc.bitmap_setup() function for Mac OS X - all bitmaps with alpha had black backgrounds! |
2012-06-14 14:24:16 | Tree |
2012-06-14 14:14:08 | Tree | |
[r16911]
by
bugman
Created generic_fns.mol_res_spin.return_spin_from_id() for returning spin containers from spin IDs. |
2012-06-14 14:07:52 | Tree |
[r16910]
by
bugman
generic_fns.mol_res_spin.create_pseudo_spin() is now adding data to the spin ID look up table. To support this, the return_residue() method now takes the 'indices' argument and returns the |
2012-06-14 13:40:44 | Tree |
[r16909]
by
bugman
Started to fill up the spin ID look up table. The index_molecule() and index_residue() functions have been added to determine the MoleculeList and |
2012-06-14 12:54:56 | Tree |
[r16908]
by
bugman
Initialised a look up table in the cdp.mol structure for faster spin access. This look up table will be slowly transitioned to, and should significantly speed up certain |
2012-06-14 12:38:37 | Tree |