Skip to content
Snippets Groups Projects
Commit 8242c7ea authored by Langella Olivier's avatar Langella Olivier
Browse files

plot after xic area

parent 1b0a3319
No related branches found
No related tags found
No related merge requests found
......@@ -149,8 +149,6 @@ void XicBox::setXic(std::vector< pappso::XicSp> xic_sp_list) {
}
qDebug() << "XicBox::setXic rescale" ;
ui->xic_widget->rescale();
qDebug() << "XicBox::setXic plot" ;
ui->xic_widget->plot();
/*
if (_isotope_mass_list.size() > _xic_widget_list.size()) {
......@@ -178,6 +176,8 @@ void XicBox::setXic(std::vector< pappso::XicSp> xic_sp_list) {
}
}
qDebug() << "XicBox::setXic plot" ;
ui->xic_widget->plot();
qDebug() << "XicBox::setXic end";
......
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