https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 161d6da66c82b37ba9c43c1ae98fc5f1f0cfa371 authored by Dominik Kern on 25 March 2021, 16:49:07 UTC
Merge branch 'correct_staggered_scheme_benchmark' into 'master'
Tip revision: 161d6da
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