svn+ssh://bugman@.../svn/relax/trunk
........
r19592 | bugman | 2013-04-22 23:50:29 +0200 (Mon, 22 Apr 2013) | 8 lines
Changed the 'Execute relax' button in all analyses in the GUI to 'Execute analysis'.
It makes no sense to execute relax as relax has been executing during the analysis initialisation
and the user setting up all the data for the analysis. This is a remnant of ancient design of
Michael Bieri's GUI being a separate program to relax, which would execute relax with the click of
this button.
........
r19593 | bugman | 2013-04-27 21:46:04 +0200 (Sat, 27 Apr 2013) | 7 lines
Restored the Py_INCREF() function call in the relaxation curve-fitting C module.
This was deleted at r12632 along with Py_XDECREF() and Py_DECREF() calls. The absence of a
Py_INCREF() function call causes the module to crash the Python interpreter under certain
conditions. The problem was found in the relax_disp branch.
........