Skip to content
Snippets Groups Projects
Commit 5ffac204 authored by zwart's avatar zwart
Browse files

%[ER: 242]%

changed output for dumps to ostream
parent 7f17a19e
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ namespace LOFAR { ...@@ -40,7 +40,7 @@ namespace LOFAR {
ostream& operator<<(ostream& os, const SyncStamp& ss){ ostream& operator<<(ostream& os, const SyncStamp& ss){
os<<ss.itsSeqId<<"s:"<<ss.itsBlockId; os<<ss.itsSeqId<<" s: "<<ss.itsBlockId;
return os; return os;
} }
} }
...@@ -40,7 +40,7 @@ namespace LOFAR { ...@@ -40,7 +40,7 @@ namespace LOFAR {
ostream& operator<<(ostream& os, const SyncStamp& ss){ ostream& operator<<(ostream& os, const SyncStamp& ss){
os<<ss.itsSeqId<<"s:"<<ss.itsBlockId; os<<ss.itsSeqId<<" s: "<<ss.itsBlockId;
return os; return os;
} }
} }
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