https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 60f3352edd8a2376c80bd09308b0bf4f66fb5c3a authored by Dmitri Naumov on 31 August 2021, 07:53:23 UTC
[T/TRM] A2; Add HeatFlux to the comparisons.
Tip revision: 60f3352
Point3d.cpp
/**
 * \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
 */

#include "Point3d.h"

namespace MathLib
{
extern const Point3d ORIGIN{{{0.0, 0.0, 0.0}}};
}
back to top