cb-geo / mpm

CB-Geo High-Performance Material Point Method
https://www.cb-geo.com/research/mpm
Other
243 stars 83 forks source link

:bug: Fix missing include stdexcept in factory #605

Closed kks32 closed 4 years ago

kks32 commented 4 years ago

Factory function needs <stdexcept> include to be able to throw

codecov[bot] commented 4 years ago

Codecov Report

Merging #605 into develop will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #605   +/-   ##
========================================
  Coverage    96.85%   96.85%           
========================================
  Files          118      118           
  Lines        25103    25103           
========================================
  Hits         24312    24312           
  Misses         791      791           
Impacted Files Coverage Δ
include/factory.h 100.00% <ø> (ø)

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 c9dddbc...d7a06d4. Read the comment docs.