Plugins
Loading...
Searching...
No Matches
d3f_plugin_fract.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2025 Gesellschaft fuer Anlagen- und Reaktorsicherheit gGmbH
3 * SPDX-License-Identifier: EUPL-1.2
4 * SPDX-FileContributor: Andreas Vogel
5 * SPDX-FileContributor: Goethe Universität Frankfurt
6 * SPDX-FileType: SOURCE
7 *
8 * This file is part of d3f++.
9 * d3f++ is an extension for UG4. Licensing information and citation requirements of UG4 are provided in LICENSES/UG4-LGPL_2.1
10 */
11
12
13#ifndef D3F_PLUGIN_FRACT_H_
14#define D3F_PLUGIN_FRACT_H_
15
16
17namespace ug{
18
19#include "bridge/util.h"
20#include <string>
21
22void
24
25
26} // end namespace ug
27
28#endif /* D3F_PLUGIN_FRACT_H_ */
void InitUGPlugin_d3f_fract(Registry *reg, string grp)
Definition d3f_plugin_fract.cpp:347