ORNL-CEES / DataTransferKit

A library for multiphysics solution transfer. ARCHIVED
https://datatransferkit.readthedocs.io/en/dtk-3.0/
BSD 3-Clause "New" or "Revised" License
47 stars 26 forks source link

Fix a bug with gcc-8.2 #522

Closed Rombur closed 5 years ago

Rombur commented 5 years ago

gcc was choosing the wrong overload. So removed a function that is not needed.

closes #519

codecov-io commented 5 years ago

Codecov Report

Merging #522 into master will decrease coverage by <.01%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #522      +/-   ##
==========================================
- Coverage   96.19%   96.19%   -0.01%     
==========================================
  Files         129      129              
  Lines        9261     9257       -4     
==========================================
- Hits         8909     8905       -4     
  Misses        352      352
Impacted Files Coverage Δ
packages/Interface/src/DTK_View.hpp 100% <ø> (ø) :arrow_up:
...es/Search/src/details/DTK_DetailsTreeTraversal.hpp 100% <0%> (ø) :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 b504eed...f464a28. Read the comment docs.