Orbiter 2022
Combinatorial Objects
override_double.cpp
Go to the documentation of this file.
1/*
2 * override_double.cpp
3 *
4 * Created on: Sep 16, 2019
5 * Author: betten
6 */
7
8
9#include "foundations.h"
10
11using namespace std;
12
13
14namespace orbiter {
15namespace layer1_foundations {
16namespace orbiter_kernel_system {
17
18
19
20
21
22override_double::override_double(double *p, double value)
23{
26 new_value = value;
27 *p = value;
28}
29
31{
32 if (p) {
34 }
35}
36
37
38}}}
39
the orbiter library for the classification of combinatorial objects