OGS
CreateSolutionComponent.h
Go to the documentation of this file.
1
11#pragma once
12
13#include <vector>
14
15namespace BaseLib
16{
17class ConfigTree;
18}
19
20namespace ChemistryLib
21{
22namespace PhreeqcIOData
23{
24struct Component;
25
26std::vector<Component> createSolutionComponents(
27 BaseLib::ConfigTree const& config);
28} // namespace PhreeqcIOData
29} // namespace ChemistryLib
std::vector< Component > createSolutionComponents(BaseLib::ConfigTree const &config)