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

rm debmsg

parent 056a282f
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,6 @@ FileIterator::FileIterator( const vector<int>& _Sel, bool tolerate_empty )
POlo FileIterator::get()
{
cout << "DEBUG 1\n";
if ( iV>=Sel.size() )
return POlo();
int k=Sel[iV];
......@@ -38,7 +37,6 @@ POlo FileIterator::get()
if( k>=NOlm::mem_size() )
throw "FileSelection["+S(iV)+"]="+S(k)+" exceeds online memory size "+S(NOlm::mem_size());
++iV;
cout << "DEBUG 2\n";
return NOlm::mem_get(k);
}
......
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