mutationpp / Mutationpp

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

Typo in setState unit test #204

Closed mgoodson-cvd closed 2 years ago

mgoodson-cvd commented 2 years ago

There is a typo in the setState unit test here. The temperature is being checked against itself. It should instead be checking T1(i) against T2(i), as is done here.