abria / TeraStitcher

A tool for fast automatic 3D-stitching of teravoxel-sized microscopy images
http://abria.github.io/TeraStitcher/
Other
82 stars 32 forks source link

remove exception declaration #93

Open BabaBoogey opened 2 years ago

BabaBoogey commented 2 years ago

We use c++17 which does not support the exception declaration. So we remove exception declaration.Thank you!