polymec / polymec-dev

The development "branch" of the polymec HPC libraries.
Mozilla Public License 2.0
2 stars 2 forks source link

Miscellaneous bugfixes and knick-knacks. #326

Closed pbtoast closed 5 years ago

pbtoast commented 5 years ago

Fixed some refcounting bugs. Fixed geometry calculations for polyhedron. Improved some documentation. Exposed reals_nearly_equal and set_real_epsilon to Lua. Pushed onward in colmesh progress.

Fixes #324

codecov[bot] commented 5 years ago

Codecov Report

Merging #326 into master will increase coverage by 0.75%. The diff coverage is 56.08%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #326      +/-   ##
==========================================
+ Coverage      76%   76.75%   +0.75%     
==========================================
  Files         243      243              
  Lines       36689    36715      +26     
==========================================
+ Hits        27884    28180     +296     
+ Misses       8805     8535     -270
Impacted Files Coverage Δ
core/exchanger.h 100% <ø> (ø) :arrow_up:
core/unordered_set.h 100% <ø> (ø) :arrow_up:
core/ordered_set.h 100% <ø> (ø) :arrow_up:
core/array.h 100% <ø> (+8.33%) :arrow_up:
core/table.h 100% <ø> (ø) :arrow_up:
core/unordered_map.h 100% <ø> (ø) :arrow_up:
core/slist.h 80% <ø> (ø) :arrow_up:
core/avl_tree.h 100% <ø> (ø) :arrow_up:
core/priority_queue.h 0% <ø> (ø) :arrow_up:
core/tuple.h 100% <ø> (ø) :arrow_up:
... and 21 more

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 ea435a8...e5c7ec0. Read the comment docs.