From 8d7dc367a3261e3043d87535a61c630a7faca0d8 Mon Sep 17 00:00:00 2001 From: Sebastian Park Date: Wed, 17 Apr 2024 03:14:32 -0400 Subject: Remove other references to oceanshape. --- src/arap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/arap.h b/src/arap.h index c4a24d7..0480183 100644 --- a/src/arap.h +++ b/src/arap.h @@ -1,7 +1,7 @@ #pragma once #include "graphics/shape.h" -#include "graphics/oceanshape.h" +//#include "graphics/oceanshape.h" #include "Eigen/StdList" #include "Eigen/StdVector" #include "ocean/ocean.h" @@ -18,7 +18,7 @@ class ARAP { private: Shape m_shape; - OceanShape m_oceanShape; +// OceanShape m_oceanShape; public: ARAP(); -- cgit v1.2.3-70-g09d2