Skip to content
Snippets Groups Projects
Commit 29d6bbb6 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

?

parent 70f2be03
No related branches found
No related tags found
No related merge requests found
......@@ -628,10 +628,9 @@ void NManip::ScaSelect( string del_or_ret )
} else if ( del_or_ret=="r" ){
action = "Retain";
sel_ret = true;
} else{
cout << "FATAL: invalid del_or_ret\n";
return;
}
} else
throw string( "BUG: invalid del_or_ret" );
CList JSel, JSelSorted;
static string jSel = "";
NOlm::JSelAsk( action + " which scans", &jSel, &JSel );
......
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