Commit | Date | |
---|---|---|
2010-01-26 13:52:40 | Tree | |
2010-01-26 13:48:35 | Tree | |
[r10387]
by
bugman
The global LOCAL_TM variable has been shifted into a class level variable. This variable is not too well used in the code base - presumably this code is incomplete. |
2010-01-26 13:35:25 | Tree |
2010-01-26 13:20:16 | Tree | |
[r10385]
by
bugman
A few more variables from add_relax_data_input() were shifted back into the class namespace. Access to the GUI elements storing data is required throughout. Eventually this data will be |
2010-01-26 13:19:19 | Tree |
[r10384]
by
bugman
self is no longer passed into check_entries() as this is no longer a pseudo-method. |
2010-01-26 13:16:31 | Tree |
[r10383]
by
bugman
Shifted check_entries() and whichmodel() from select_model_calc to auto_model_free. These are specific to the automatic model-free protocol, so do not need to be in a separate module. |
2010-01-26 13:15:28 | Tree |
2010-01-26 13:11:50 | Tree | |
[r10381]
by
bugman
Deleted the exec_model_free() from the relax_gui module. It is now in the analyses.auto_model_free module. |
2010-01-26 13:10:45 | Tree |
[r10380]
by
bugman
Modified the call to savefile. Keyword args are now used and the relax installation directory is not supplied as the default |
2010-01-26 13:02:50 | Tree |