summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();