JuliaLinearAlgebra / AlgebraicMultigrid.jl

Algebraic Multigrid in Julia
Other
117 stars 23 forks source link

fix issue #51 #52

Closed Alexander-Barth closed 5 years ago

Alexander-Barth commented 5 years ago

This small patch fixes issue #51.

codecov-io commented 5 years ago

Codecov Report

Merging #52 into master will decrease coverage by 1%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #52      +/-   ##
==========================================
- Coverage   87.78%   86.78%   -1.01%     
==========================================
  Files          10       10              
  Lines         606      613       +7     
==========================================
  Hits          532      532              
- Misses         74       81       +7
Impacted Files Coverage Δ
src/multilevel.jl 73.03% <0%> (-6.24%) :arrow_down:

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 1470b14...f74307e. Read the comment docs.

ranjanan commented 5 years ago

Thanks a bunch!