gridap / GridapODEs.jl

Time stepping for Gridap
MIT License
33 stars 7 forks source link

fixed error on 'interpolate_everywhere' #46

Closed sjoerdvanhoof closed 3 years ago

sjoerdvanhoof commented 3 years ago

I saw that you made a small mistake on the interpolate_everywhere function, the arguments should be switched in order.

codecov-io commented 3 years ago

Codecov Report

Merging #46 (7f4dcc0) into master (24beb43) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #46   +/-   ##
=======================================
  Coverage   60.87%   60.87%           
=======================================
  Files          17       17           
  Lines         570      570           
=======================================
  Hits          347      347           
  Misses        223      223           

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 24beb43...7f4dcc0. Read the comment docs.

santiagobadia commented 3 years ago

Thanks!