Skip to content
Snippets Groups Projects
Commit 731753d2 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #2669: Conform to new interface of the Observation class

parent fe075003
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ OutputSection::OutputSection(const Parset &parset,
itsTmpSum(newStreamableData(parset, outputType, -1, hugeMemoryAllocator))
{
// lookup the PVSS adders to use in our reports
Observation obs(&parset);
Observation obs(&parset, false);
itsAdders.resize(itsNrStreams);
for (unsigned i = 0; i < itsNrStreams; i ++) {
......
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