adamantine-sim / adamantine

Software to simulate heat transfer for additive manufacturing
https://adamantine-sim.github.io/adamantine/
Other
36 stars 10 forks source link

Replace Boost assert with cassert #89

Closed Rombur closed 3 years ago

Rombur commented 3 years ago

I had a plan to use a more advanced assert from boost but I don't think that's worth the effort. Instead, let's just use cassert this slightly simplifies the build system.