Revision 035443fff8e074dcd520bfd1ac01dd4703402b02 authored by Norbert Grunwald on 30 June 2021, 11:48:30 UTC, committed by Norbert Grunwald on 13 September 2021, 13:01:21 UTC
1 parent 9739a8d
Raw File
CreateChargeBalance.h
/**
 * \file
 * \copyright
 * Copyright (c) 2012-2021, OpenGeoSys Community (http://www.opengeosys.org)
 *            Distributed under a Modified BSD License.
 *              See accompanying file LICENSE.txt or
 *              http://www.opengeosys.org/project/license
 *
 */

#pragma once

namespace BaseLib
{
class ConfigTree;
}

namespace ChemistryLib
{
enum class ChargeBalance;

ChargeBalance createChargeBalance(BaseLib::ConfigTree const& config);
}  // namespace ChemistryLib
back to top