Output example writes to file opened with "read" access
The example Output.cc currently opens the output file with Viewer::Mode::read. It should be opened with Viewer::Mode::write.
The example Output.cc currently opens the output file with Viewer::Mode::read. It should be opened with Viewer::Mode::write.