Revision 0af2a6299bde2782e8e5f71ec723c7dfdd9e5a2d authored by Lars Bilke on 30 September 2021, 07:03:14 UTC, committed by Lars Bilke on 30 September 2021, 07:03:14 UTC
[ci] Notebook artifacts

See merge request ogs/ogs!3808
2 parent s 51758d7 + 38b2d52
Raw File
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