Skip to content
Snippets Groups Projects
Commit 3ea4d070 authored by Giacomo Strangolino's avatar Giacomo Strangolino
Browse files

test prints to debug initial combo model selection

parent a6653af2
No related branches found
No related tags found
No related merge requests found
......@@ -139,6 +139,7 @@ void I0mapmon_topo::m_onLambdaChanged(const QVector<double> &la) {
printf("I0mapmon_topo::m_onLambdaChanged \e[1;33m %f --> %d\e[0m m_cb_model %p \n", la[i], m_cb_model);
if(m_cb_model)
printf(" cb_model not null: found item %p for lam %f\n", m_cb_model->findItem(la.at(i)), la.at(i));
printf("checked is \e[1;32m%d\e[0m\n", checked);
if(checked) {
wlens << QString::number(la.at(i));
wlens_idx << i;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment