mutationpp / Mutationpp

The MUlticomponent Thermodynamic And Transport library for IONized gases in C++
GNU Lesser General Public License v3.0
108 stars 58 forks source link

Fixes #115. #116

Closed jcschulz closed 4 years ago

jcschulz commented 4 years ago

Need to use type definition VectorXi for the array of element indices instead of the VectorXd, which is for double.

codecov[bot] commented 4 years ago

Codecov Report

Merging #116 into master will not change coverage by %. The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #116   +/-   ##
=======================================
  Coverage   73.20%   73.20%           
=======================================
  Files         133      133           
  Lines        7863     7863           
=======================================
  Hits         5756     5756           
  Misses       2107     2107           
Impacted Files Coverage Δ
src/transport/Transport.cpp 34.87% <0.00%> (ø)

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 e514cce...00d58a2. Read the comment docs.

jbscoggi commented 4 years ago

Hey @jcschulz, thanks for this. Merging now.