Skip to content
Snippets Groups Projects
Commit 7017f27c authored by Jan Trávníček's avatar Jan Trávníček
Browse files

fix log output.

parent 011c0c9e
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ std::set < unsigned > PositionHeapFactors::query ( const indexes::PositionHeap <
for ( const SymbolType & symbol : string.getContent ( ) ) {
 
if(common::GlobalData::verbose)
std::clog << "on path possible occ (raw, string index): (" << node->getData ( ) << ", " << indexedStringSize - node->getData ( ) << ")";
std::clog << "on path possible occ (raw, string index): (" << node->getData ( ) << ", " << indexedStringSize - node->getData ( ) << ")" << std::endl;
 
if ( checkOcc ( string, depth, positionHeap.getString ( ), indexedStringSize - node->getData ( ) ) )
res.insert ( indexedStringSize - node->getData ( ) );
......
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