From 9e29f7108d8ba2c991e6b98eabeb354e9c085c28 Mon Sep 17 00:00:00 2001 From: Xuchen Han Date: Fri, 11 Oct 2019 16:34:56 -0700 Subject: [PATCH] remove Eigen --- src/BulletSoftBody/btDeformableNeoHookeanForce.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/BulletSoftBody/btDeformableNeoHookeanForce.h b/src/BulletSoftBody/btDeformableNeoHookeanForce.h index e0f1b76d1..589abf2e3 100644 --- a/src/BulletSoftBody/btDeformableNeoHookeanForce.h +++ b/src/BulletSoftBody/btDeformableNeoHookeanForce.h @@ -19,7 +19,6 @@ subject to the following restrictions: #include "btDeformableLagrangianForce.h" #include "LinearMath/btQuickprof.h" #include "LinearMath/btImplicitQRSVD.h" -#include "Eigen" // This energy is as described in https://graphics.pixar.com/library/StableElasticity/paper.pdf class btDeformableNeoHookeanForce : public btDeformableLagrangianForce {