netxsimdg
Loading...
Searching...
No Matches
IStructureModule.hpp
Go to the documentation of this file.
1
8#ifndef CORE_SRC_MODULES_INCLUDE_ISTRUCTUREMODULE_HPP
9#define CORE_SRC_MODULES_INCLUDE_ISTRUCTUREMODULE_HPP
10
11#include "include/Module.hpp"
12
14
15namespace Module {
16
17template <> Module<Nextsim::IStructure>::map Module<Nextsim::IStructure>::functionMap;
18class IStructureModule : public Module<Nextsim::IStructure> {
19};
20
21} /* namespace Module */
22
23#endif /* CORE_SRC_MODULES_INCLUDE_ISTRUCTUREMODULE_HPP */