mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 06:00:33 +05:00
8 lines
143 B
C++
8 lines
143 B
C++
#ifndef NETGEN_CORE_NGCORE_HPP
|
|
#define NETGEN_CORE_NGCORE_HPP
|
|
|
|
#include "archive.hpp"
|
|
#include "version.hpp"
|
|
|
|
#endif // NETGEN_CORE_NGCORE_HPP
|