Skip to content
Snippets Groups Projects
Commit a6370639 authored by Thomas Owen James's avatar Thomas Owen James
Browse files

changed behaviour when counts==0

parent a7e261d2
No related tags found
1 merge request!16Draft: re-factorised output for clarity & attempt to fix issue at p5 of files not...
Pipeline #4455757 passed
......@@ -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