cpmech / russell

Rust Scientific Libary. ODE and DAE (Runge-Kutta) solvers. Special functions (Bessel, Elliptic, Beta, Gamma, Erf). Linear algebra. Sparse solvers (MUMPS, UMFPACK). Probability distributions. Tensor calculus.
MIT License
102 stars 8 forks source link

Fix typo #42

Closed cpmech closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #42 (8eddb1c) into main (c56b06d) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #42   +/-   ##
=======================================
  Coverage   99.34%   99.34%           
=======================================
  Files          86       86           
  Lines       11861    11861           
=======================================
  Hits        11783    11783           
  Misses         78       78           
Impacted Files Coverage Δ
russell_tensor/src/constants.rs 100.00% <ø> (ø)
russell_tensor/src/tensor2.rs 100.00% <ø> (ø)

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more