Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Thermo] Provide const access for speciesThermo() #850

Merged
merged 2 commits into from
Jun 5, 2020

Conversation

g3bk47
Copy link
Contributor

@g3bk47 g3bk47 commented May 8, 2020

Provide const access for speciesThermo() member function in case the in case the actual thermo object is only available as const reference and the user wants information about the species thermo.

@codecov
Copy link

codecov bot commented May 8, 2020

Codecov Report

Merging #850 into master will increase coverage by 0.16%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #850      +/-   ##
==========================================
+ Coverage   71.40%   71.56%   +0.16%     
==========================================
  Files         372      372              
  Lines       43605    44501     +896     
==========================================
+ Hits        31134    31849     +715     
- Misses      12471    12652     +181     
Impacted Files Coverage Δ
include/cantera/thermo/ThermoPhase.h 28.28% <ø> (-3.42%) ⬇️
src/thermo/ThermoPhase.cpp 69.37% <0.00%> (-0.22%) ⬇️
include/cantera/zeroD/IdealGasReactor.h 50.00% <0.00%> (-50.00%) ⬇️
include/cantera/zeroD/ConstPressureReactor.h 50.00% <0.00%> (-50.00%) ⬇️
...clude/cantera/zeroD/IdealGasConstPressureReactor.h 50.00% <0.00%> (-50.00%) ⬇️
include/cantera/kinetics/Falloff.h 52.50% <0.00%> (-47.50%) ⬇️
include/cantera/kinetics/Kinetics.h 56.75% <0.00%> (-33.49%) ⬇️
include/cantera/numerics/ctlapack.h 77.04% <0.00%> (-22.96%) ⬇️
include/cantera/thermo/MixtureFugacityTP.h 20.00% <0.00%> (-13.34%) ⬇️
include/cantera/thermo/SingleSpeciesTP.h 54.54% <0.00%> (-12.13%) ⬇️
... and 57 more

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 7d87534...aa1c91c. Read the comment docs.

@bryanwweber
Copy link
Member

You may want to move this change off your master branch as well, considering what happened to #811 😄

AUTHORS Outdated
@@ -18,7 +18,7 @@ Steven DeCaluwe (@decaluwe), Colorado School of Mines
Vishesh Devgan (@vdevgan)
Thomas Fiala (@thomasfiala), Technische Universität München
David Fronczek
@g3bk47
Thorsten Zirwes, Karlsruhe Institute of Technology
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Quick comment: authors are sorted by last name. Also, you may want to retain your GitHub handle.

@g3bk47
Copy link
Contributor Author

g3bk47 commented Jun 3, 2020

Thanks for the hint. I created a new commit to fix the order of authors

@speth speth merged commit 4e3b6d0 into Cantera:master Jun 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants