bkloppenborg / simtoi

The SImulation and Modeling Tool for Optical Interferometry
GNU General Public License v3.0
7 stars 6 forks source link

Second minimizer running within command-line execution causes SIMTOI to prematurely exit. #64

Closed bkloppenborg closed 9 years ago

bkloppenborg commented 11 years ago

If SIMTOI is executed via. command line with the -c flag set, it will exit when the first minimizer completes. If multiple minimization engines are running, this causes a premature termination.

To replicate, run SIMTOI with -c, then start a second minimzier. SIMTOI will exit whenever one of the two minimzers stops.

bkloppenborg commented 9 years ago

gui_overhaul removes MDI interface, thus fixing this issue.