massich / findmkl_openmeeg

0 stars 0 forks source link

Add openmeeg lib #25

Closed massich closed 6 years ago

massich commented 6 years ago

Takes over #24

I think that om_utils.h is in OpenMEEG in the original openmeeg.

~/Documents/code/openmeeg master*
❯ find ./ | grep om_utils.h
./OpenMEEG/libs/OpenMEEG/include/om_utils.h
~/Documents/code/openmeeg master*
❯

I guess we put it in when we were building this project. We should check the dependency graph, for potential loops.

codecov[bot] commented 6 years ago

Codecov Report

Merging #25 into master will decrease coverage by 33.38%. The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #25       +/-   ##
===========================================
- Coverage    56.9%   23.52%   -33.39%     
===========================================
  Files          29       62       +33     
  Lines        1601     3873     +2272     
===========================================
  Hits          911      911               
- Misses        690     2962     +2272
Impacted Files Coverage Δ
apps/vector.cpp 0% <ø> (ø)
OpenMEEG/include/mesh.h 0% <0%> (ø)
OpenMEEG/src/operators.cpp 0% <0%> (ø)
OpenMEEG/include/sensors.h 0% <0%> (ø)
OpenMEEG/include/operators.h 0% <0%> (ø)
OpenMEEG/include/geometry_reader.h 0% <0%> (ø)
OpenMEEG/src/assembleFerguson.cpp 0% <0%> (ø)
OpenMEEG/src/interface.cpp 0% <0%> (ø)
OpenMEEG/include/integrator.h 0% <0%> (ø)
OpenMEEG/include/GeometryExceptions.H 0% <0%> (ø)
... and 56 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 e6320e0...e876ad7. Read the comment docs.