Skip to content
Snippets Groups Projects
Commit 7566e941 authored by Lars Bilke's avatar Lars Bilke
Browse files

[NL] Fixed includes.

parent 73d0a6cb
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,9 @@
#pragma once
#include <cstddef>
#include <utility>
namespace NumLib
{
......
......@@ -9,6 +9,7 @@
#pragma once
#include "MathLib/TemplateWeightedPoint.h"
#include "MathLib/Integration/GaussLegendre.h"
#include "MathLib/Integration/GaussLegendreTri.h"
......
......@@ -9,6 +9,7 @@
#pragma once
#include "MathLib/TemplateWeightedPoint.h"
#include "MathLib/Integration/GaussLegendrePyramid.h"
namespace NumLib
......
......@@ -9,6 +9,7 @@
#pragma once
#include "MathLib/TemplateWeightedPoint.h"
#include "MathLib/Integration/GaussLegendreTet.h"
namespace NumLib
......
......@@ -14,6 +14,7 @@
#pragma once
#include "MathLib/TemplateWeightedPoint.h"
#include "MathLib/Integration/GaussLegendreTri.h"
namespace NumLib
......
......@@ -9,6 +9,8 @@
#pragma once
#include "MathLib/TemplateWeightedPoint.h"
namespace NumLib
{
/// Integration rule for point elements.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment