diff --git a/src/pe/basic.h b/src/pe/basic.h index dcb0eeada52d58a517f69092956095ef8479acb5..08051705953cf2e5641188942c29a11e0c0cf7ec 100644 --- a/src/pe/basic.h +++ b/src/pe/basic.h @@ -33,7 +33,6 @@ #include "pe/rigidbody/StorageDataHandling.h" #include "pe/ccd/HashGridsDataHandling.h" #include "pe/fcd/SimpleFCDDataHandling.h" -#include "pe/fcd/IterativeFCDDataHandling.h" #include "pe/bg/SimpleBGDataHandling.h" #include "pe/cr/DEM.h" #include "pe/cr/HCSITS.h" diff --git a/tests/pe/CollisionTobiasGJK.cpp b/tests/pe/CollisionTobiasGJK.cpp index d4fd8c1f2e6757a223d3ed868a54b893a51b72b5..e800d11f80e76aed81568a148406c1e21578716b 100644 --- a/tests/pe/CollisionTobiasGJK.cpp +++ b/tests/pe/CollisionTobiasGJK.cpp @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License along // with waLBerla (see COPYING.txt). If not, see <http://www.gnu.org/licenses/>. // -//! \file Collision.cpp +//! \file CollisionTobiasGJK.cpp //! \author Sebastian Eibl <sebastian.eibl@fau.de> // //======================================================================================================================