mirror of
https://github.com/NGSolve/netgen.git
synced 2026-06-16 00:20:34 +08:00
12 lines
242 B
C++
12 lines
242 B
C++
#ifndef NETGEN_CORE_NGCORE_HPP
|
|
#define NETGEN_CORE_NGCORE_HPP
|
|
|
|
#include "archive.hpp"
|
|
#include "exception.hpp"
|
|
#include "logging.hpp"
|
|
#include "profiler.hpp"
|
|
#include "symboltable.hpp"
|
|
#include "version.hpp"
|
|
|
|
#endif // NETGEN_CORE_NGCORE_HPP
|