summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSebastian Park <SebPark03@gmail.com>2024-04-17 03:14:32 -0400
committerSebastian Park <SebPark03@gmail.com>2024-04-17 03:14:32 -0400
commit8d7dc367a3261e3043d87535a61c630a7faca0d8 (patch)
tree30a2e7364c3faed71e18e98627c9d243f9f49920 /src
parentb508c3d7ae0f7ddc5f2f2a1ba57c09291993178e (diff)
Remove other references to oceanshape.
Diffstat (limited to 'src')
-rw-r--r--src/arap.h4
1 files 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();