mirror of
https://github.com/aselimov/cea-rs.git
synced 2026-04-21 17:34:20 +00:00
Fix typo in gas mixture
This commit is contained in:
parent
872523449b
commit
9e156bc8e3
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ mod test {
|
|||
assert_vec_delta!(expected_ns, ns, 1e-12);
|
||||
assert_delta!(gas.nsum, 0.04997527057027948, 1e-12);
|
||||
|
||||
assert_delta!(gas.coefs.get(0, 0).unwrap(), 2.0, 1e-12);
|
||||
assert_delta!(gas.coeffs.get(0, 0).unwrap(), 2.0, 1e-12);
|
||||
assert_delta!(gas.coeffs.get(0, 1).unwrap(), 0.0, 1e-12);
|
||||
assert_delta!(gas.coeffs.get(0, 2).unwrap(), 2.0, 1e-12);
|
||||
assert_delta!(gas.coeffs.get(1, 0).unwrap(), 0.0, 1e-12);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue