ARTS 2.5.11 (git: 725533f0)
partfun.cc
Go to the documentation of this file.
1#include "partfun.h"
2
4namespace detail {
5
7 Numeric T, const Species::IsotopeRecord& ir);
8
10 Numeric T, const Species::IsotopeRecord& ir);
11
12} // namespace detail
13
14Numeric Q(Numeric T, const Species::IsotopeRecord& ir) {
16}
17
18Numeric dQdT(Numeric T, const Species::IsotopeRecord& ir) {
20}
21} // namespace PartitionFunctions
template Numeric partfun_impl< Derivatives::Yes >(Numeric T, const Species::IsotopeRecord &ir)
template Numeric partfun_impl< Derivatives::No >(Numeric T, const Species::IsotopeRecord &ir)
Numeric dQdT(Numeric T, const Species::IsotopeRecord &ir)
Definition partfun.cc:18
Numeric Q(Numeric T, const Species::IsotopeRecord &ir)
Definition partfun.cc:14
Struct containing all information needed about one isotope.