Revision d29bdb3b3e3870c03061874629d2e2975620ad96 authored by Lars Bilke on 21 July 2021, 05:08:50 UTC, committed by Lars Bilke on 21 July 2021, 05:08:50 UTC
[web] Some restructuring of the developer guide

See merge request ogs/ogs!3709
2 parent s ba44f86 + cab8c37
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