netxsimdg
Loading...
Searching...
No Matches
IFreezingPointModule.hpp
Go to the documentation of this file.
1
8#ifndef CORE_SRC_MODULES_INCLUDE_IFREEZINGPOINTMODULE_HPP
9#define CORE_SRC_MODULES_INCLUDE_IFREEZINGPOINTMODULE_HPP
10
11#include "include/Module.hpp"
12
14
15namespace Module {
16
17template <> Module<Nextsim::IFreezingPoint>::map Module<Nextsim::IFreezingPoint>::functionMap;
18template <>
19std::unique_ptr<Nextsim::IFreezingPoint> Module<Nextsim::IFreezingPoint>::staticInstance;
20class IFreezingPointModule : public Module<Nextsim::IFreezingPoint> {
21 struct Constructor {
22 Constructor();
23 };
24 static Constructor ctor;
25};
26
27} /* namespace Module */
28
29#endif /* CORE_SRC_MODULES_INCLUDE_IFREEZINGPOINTMODULE_HPP */