OGS
|
Definition in file CreateReactionRate.cpp.
#include <optional>
#include "BaseLib/ConfigTree.h"
#include "ChemistryLib/PhreeqcIOData/ReactionRate.h"
#include "ChemistryLib/PhreeqcKernelData/ReactionRate.h"
Go to the source code of this file.
Namespaces | |
namespace | ChemistryLib |
Functions | |
template<typename ReactionRate > | |
std::vector< ReactionRate > | ChemistryLib::createReactionRates (std::optional< BaseLib::ConfigTree > const &config) |
template std::vector< PhreeqcIOData::ReactionRate > | ChemistryLib::createReactionRates< PhreeqcIOData::ReactionRate > (std::optional< BaseLib::ConfigTree > const &config) |
template std::vector< PhreeqcKernelData::ReactionRate > | ChemistryLib::createReactionRates< PhreeqcKernelData::ReactionRate > (std::optional< BaseLib::ConfigTree > const &config) |