Skip to content
Snippets Groups Projects
Commit ffbb4023 authored by Raees Khan's avatar Raees Khan
Browse files

fix bug

parent 12d424cc
No related branches found
No related tags found
1 merge request!139Fix fsl bug
...@@ -49,10 +49,10 @@ void ConfigRegions::add_region_config() ...@@ -49,10 +49,10 @@ void ConfigRegions::add_region_config()
region_name = (ui->lE_reg_name->text()).toStdString(); region_name = (ui->lE_reg_name->text()).toStdString();
frootLV_names = (ui->lE_froot->text()).toStdString(); frootLV_names = (ui->lE_froot->text()).toStdString();
electron_cut = ui->lE_electron->text().toDouble(); electron_cut = (ui->lE_electron->text()).toDouble();
proton_cut = ui->lE_proton->text().toDouble(); proton_cut = (ui->lE_proton->text()).toDouble();
positron_cut = ui->lE_positron->text().toDouble(); positron_cut = (ui->lE_positron->text()).toDouble();
gamma_cut = ui->lE_gamma->text().toDouble(); gamma_cut = (ui->lE_gamma->text()).toDouble();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment