GridFire 0.0.1a
General Purpose Nuclear Network
Loading...
Searching...
No Matches
building.h
Go to the documentation of this file.
1#pragma once
2
3#include <variant>
4
5namespace gridfire {
6
29
37 using BuildDepthType = std::variant<NetworkBuildDepth, int>;
38
39}
NetworkBuildDepth
Specifies supported depths for building the reaction network.
Definition building.h:21
std::variant< NetworkBuildDepth, int > BuildDepthType
Variant specifying either a predefined NetworkBuildDepth or a custom integer depth.
Definition building.h:37