dwinter / accuMUlate

code for calling mutatons from MA lines
MIT License
1 stars 6 forks source link

Optionally write to std out #10

Closed dwinter closed 7 years ago

dwinter commented 9 years ago

At the moment we write to an ostream which has to be a file specified via the command line / config arguments. We should allow this to be set to to stdout (or have this be the default).

(all other messages are printed to std::cerr so this shouldn't change the over-all behavior of what is returned)