Skip to content
Snippets Groups Projects
Commit bfd128cd authored by Lukas Werner's avatar Lukas Werner
Browse files

Cleaned up some header files

parent 081b9e08
No related merge requests found
......@@ -24,13 +24,6 @@
#include "core/DataTypes.h"
#include "core/math/Vector3.h"
#include "lbm/lattice_model/CollisionModel.h"
#include "lbm/lattice_model/EquilibriumDistribution.h"
#include <type_traits>
// Back-end for calculating macroscopic values
// You should never use these functions directly, always refer to the member functions
// of PdfField or the free functions that can be found in MacroscopicValueCalculation.h
......
......@@ -16,6 +16,7 @@
//! \file VelocityFieldWriter.h
//! \ingroup lbm
//! \author Florian Schornbaum <florian.schornbaum@fau.de>
//! \author Lukas Werner <lks.werner@fau.de>
//
//======================================================================================================================
......
......@@ -24,12 +24,6 @@
#include "core/DataTypes.h"
#include "core/math/Vector3.h"
#include "lbm/lattice_model/CollisionModel.h"
#include "lbm/lattice_model/EquilibriumDistribution.h"
#include <type_traits>
// Back-end for calculating macroscopic values
// You should never use these functions directly, always refer to the member functions
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment