From 9a9bb1a85de1eddb993efa635a59c693c37ec32f Mon Sep 17 00:00:00 2001 From: sotech117 Date: Fri, 10 May 2024 09:14:45 -0400 Subject: demo day --- src/ocean/ocean_alt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ocean/ocean_alt.cpp') diff --git a/src/ocean/ocean_alt.cpp b/src/ocean/ocean_alt.cpp index 503cd4c..7825e37 100644 --- a/src/ocean/ocean_alt.cpp +++ b/src/ocean/ocean_alt.cpp @@ -438,7 +438,7 @@ std::vector ocean_alt::get_vertices(){ { for (int k = 0; k < N; k++) { - double c = Lx - 2 / (num_rows / Lx); + double c = Lx - 2 / (num_rows / Lx); // FIXME: when I am not perfect Eigen::Vector3f vertex = m_vertices[k] + Eigen::Vector3f(-i*(c), 0.0, (j)*(c)); vertices.push_back(vertex); -- cgit v1.2.3-70-g09d2