nutofem / nuto

NuTo - yet another finite element library
https://nuto.readthedocs.io
Boost Software License 1.0
17 stars 5 forks source link

Simplify NuTo::Exception #208

Closed Psirus closed 6 years ago

Psirus commented 6 years ago

The only useful feature is the (caller, message) syntax. The rest is just not necessary imho.

codecov[bot] commented 6 years ago

Codecov Report

Merging #208 into PDE_reviewed will decrease coverage by <.01%. The diff coverage is 87.5%.

Impacted file tree graph

@@               Coverage Diff                @@
##           PDE_reviewed     #208      +/-   ##
================================================
- Coverage         67.23%   67.23%   -0.01%     
================================================
  Files               316      316              
  Lines             12139    12131       -8     
================================================
- Hits               8162     8156       -6     
+ Misses             3977     3975       -2
Impacted Files Coverage Δ
test/mechanics/timeIntegration/TimeControl.cpp 91.48% <100%> (+0.09%) :arrow_up:
src/base/Exception.h 100% <100%> (+14.28%) :arrow_up:
...tryConcrete/collision/handler/CollisionHandler.cpp 80.23% <66.66%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 76cb7e4...29e37ad. Read the comment docs.