Revision f9d846a57de80289cc97da6eab67e6b533b4b65d authored by Lars Bilke on 02 February 2023, 07:50:53 UTC, committed by Lars Bilke on 02 February 2023, 07:50:53 UTC
Fix vtkdiff long paths on Windows

See merge request ogs/ogs!4467
2 parent s e1f3520 + 14f5c92
Raw File
ChemicalSolverType.h
/**
 * \file
 * \copyright
 * Copyright (c) 2012-2023, 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 ChemistryLib
{
enum class ChemicalSolver
{
    Phreeqc,
    PhreeqcKernel,
    SelfContained
};
}  // namespace ChemistryLib
back to top