libnuklei
io
SerializedKernelObservation.cpp
Go to the documentation of this file.
1
// (C) Copyright Renaud Detry 2007-2015.
2
// Distributed under the GNU General Public License and under the
3
// BSD 3-Clause License (See accompanying file LICENSE.txt).
4
5
/** @file */
6
7
#include <
nuklei/SerializedKernelObservation.h
>
8
9
10
namespace
nuklei
{
11
12
const
double
SerializedKernelObservation::TOL = 1e-5;
13
14
15
SerializedKernelObservation::SerializedKernelObservation()
16
{
17
NUKLEI_TRACE_BEGIN();
18
NUKLEI_TRACE_END();
19
}
20
21
SerializedKernelObservation::SerializedKernelObservation(
const
kernel::base& k) : k_(k)
22
{}
23
24
}
25
nuklei
Public namespace.
Definition:
Color.cpp:9
SerializedKernelObservation.h
© Copyright 2007-2013 Renaud Detry.
Distributed under the terms of the GNU General Public License (GPL).
(See accompanying file
LICENSE.txt
or copy at
http://www.gnu.org/copyleft/gpl.html
.)
Revised Sun Sep 13 2020 19:10:06.