mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +05:00
Fix ngcore.hpp includes
This commit is contained in:
parent
8bdeb129b4
commit
b16dd0c777
@ -17,7 +17,7 @@
|
|||||||
#include "../include/mydefs.hpp"
|
#include "../include/mydefs.hpp"
|
||||||
|
|
||||||
|
|
||||||
#include "../core/ngcore.hpp"
|
#include <core/ngcore.hpp>
|
||||||
namespace netgen
|
namespace netgen
|
||||||
{
|
{
|
||||||
using namespace ngcore;
|
using namespace ngcore;
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
/* Date: 20. Nov. 99 */
|
/* Date: 20. Nov. 99 */
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
#include "../core/ngcore.hpp"
|
#include <core/ngcore.hpp>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Application program interface to Netgen
|
Application program interface to Netgen
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
/* Date: May 09 */
|
/* Date: May 09 */
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
#include "../core/ngcore.hpp"
|
#include <core/ngcore.hpp>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
C++ interface to Netgen
|
C++ interface to Netgen
|
||||||
|
Loading…
Reference in New Issue
Block a user