swiss-seismological-service / scdetect

A computationally efficient earthquake detection module for SeisComP
https://scdetect.readthedocs.io
GNU Affero General Public License v3.0
15 stars 6 forks source link

Get rid of `boost/filesystem/fstream.hpp` #113

Closed damb closed 2 years ago

damb commented 2 years ago

Use std::ofstream, instead. Note that the boost/filesystem/fstream.hpp is not included automatically (boost::filesystem>=1.79).

Closes #112.