2018-12-08 20:10:29 +05:00
|
|
|
#ifndef NETGEN_CORE_NGCORE_HPP
|
|
|
|
#define NETGEN_CORE_NGCORE_HPP
|
2018-11-29 22:35:30 +05:00
|
|
|
|
|
|
|
#include "archive.hpp"
|
2019-07-09 15:12:41 +05:00
|
|
|
#include "array.hpp"
|
2019-08-28 17:10:09 +05:00
|
|
|
#include "bitarray.hpp"
|
2018-12-28 19:54:04 +05:00
|
|
|
#include "exception.hpp"
|
2019-08-06 17:16:13 +05:00
|
|
|
#include "flags.hpp"
|
2019-07-09 21:07:19 +05:00
|
|
|
#include "localheap.hpp"
|
2018-12-28 17:43:15 +05:00
|
|
|
#include "logging.hpp"
|
2019-07-09 15:12:41 +05:00
|
|
|
#include "mpi_wrapper.hpp"
|
2019-01-07 15:26:46 +05:00
|
|
|
#include "profiler.hpp"
|
2019-08-16 15:52:37 +05:00
|
|
|
#include "signal.hpp"
|
2019-01-02 22:21:52 +05:00
|
|
|
#include "symboltable.hpp"
|
2019-07-09 15:12:41 +05:00
|
|
|
#include "taskmanager.hpp"
|
2018-12-08 20:10:29 +05:00
|
|
|
#include "version.hpp"
|
2019-08-06 17:16:13 +05:00
|
|
|
#include "xbool.hpp"
|
2018-11-29 22:35:30 +05:00
|
|
|
|
2018-12-08 20:10:29 +05:00
|
|
|
#endif // NETGEN_CORE_NGCORE_HPP
|