mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-12 00:59:16 +05:00
22 lines
476 B
C++
22 lines
476 B
C++
#ifndef NETGEN_CORE_NGCORE_HPP
|
|
#define NETGEN_CORE_NGCORE_HPP
|
|
|
|
#include "archive.hpp"
|
|
#include "array.hpp"
|
|
#include "bitarray.hpp"
|
|
#include "exception.hpp"
|
|
#include "flags.hpp"
|
|
#include "hashtable.hpp"
|
|
#include "localheap.hpp"
|
|
#include "logging.hpp"
|
|
#include "mpi_wrapper.hpp"
|
|
#include "profiler.hpp"
|
|
#include "signal.hpp"
|
|
#include "symboltable.hpp"
|
|
#include "table.hpp"
|
|
#include "taskmanager.hpp"
|
|
#include "version.hpp"
|
|
#include "xbool.hpp"
|
|
|
|
#endif // NETGEN_CORE_NGCORE_HPP
|