Skip to content
Snippets Groups Projects
Commit 492647d3 authored by Thomas Owen James's avatar Thomas Owen James Committed by Petr Zejdl
Browse files

changed behaviour when counts==0

parent 8b7b9e72
No related branches found
No related tags found
3 merge requests!59CMSSW json file,!23re-factorised output for clarity & attempt to fix issue at p5 of files not...,!22re-factorised output module from develop branch going to master
......@@ -82,10 +82,10 @@ void* OutputByOrbitStream::OutputFixedOrbits( Slice& out ) {
n = fwrite( out.begin(), 1, out.size(), outFile.getFile() );
}
current_file_size +=n;
}else{ // i.e should not currently be writing data
close_and_move_file();//once for each open file (should be 2)
}
current_file_size +=n;
}else{ // i.e should not currently be writing data
close_and_move_file();//once for each open file (should be 2)
}
}
......
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