diff options
| author | Sebastian Park <SebPark03@gmail.com> | 2024-04-17 03:14:32 -0400 |
|---|---|---|
| committer | Sebastian Park <SebPark03@gmail.com> | 2024-04-17 03:14:32 -0400 |
| commit | 8d7dc367a3261e3043d87535a61c630a7faca0d8 (patch) | |
| tree | 30a2e7364c3faed71e18e98627c9d243f9f49920 /src | |
| parent | b508c3d7ae0f7ddc5f2f2a1ba57c09291993178e (diff) | |
Remove other references to oceanshape.
Diffstat (limited to 'src')
| -rw-r--r-- | src/arap.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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(); |
