Janis Streib
04.07.22 ee3cd19bc4219fb78cbce560fb334b5d404d36f7
FIX: correctly scope packetStream(?)
1 files modified
2 ■■■ changed files
src/G4Export.cpp 2 ●●● patch | view | raw | blame | history
src/G4Export.cpp
@@ -48,9 +48,9 @@
        prs->hubreadmap=0;
        prs->tot_hubs_on_system=prs->pTrk->GetHubsPno(prs);
        char buffer[OUTPUT_BUFFER_SIZE];
        osc::OutboundPacketStream p( buffer, OUTPUT_BUFFER_SIZE );
        for (int i=0;i<prs->numHub;i++){
            osc::OutboundPacketStream p( buffer, OUTPUT_BUFFER_SIZE );
            if(!use_text) {
                p << osc::BeginBundleImmediate;
            }