mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
25 lines
541 B
C++
25 lines
541 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 "table.hpp"
|
|
#include "hashtable.hpp"
|
|
#include "localheap.hpp"
|
|
#include "logging.hpp"
|
|
#include "mpi_wrapper.hpp"
|
|
#include "profiler.hpp"
|
|
#include "signal.hpp"
|
|
#include "simd.hpp"
|
|
#include "symboltable.hpp"
|
|
#include "taskmanager.hpp"
|
|
#include "version.hpp"
|
|
#include "xbool.hpp"
|
|
#include "ngstream.hpp"
|
|
#include "utils.hpp"
|
|
|
|
#endif // NETGEN_CORE_NGCORE_HPP
|