From ce5cb9e3b065ec3eabd2ffa79923043fdfb2087a Mon Sep 17 00:00:00 2001 From: Alexander Schmidt Date: Mon, 18 Jul 2016 22:48:00 +0200 Subject: [PATCH] Adapted magic constant --- sea.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sea.cpp b/sea.cpp index 98c5c4b..85191d4 100644 --- a/sea.cpp +++ b/sea.cpp @@ -6,7 +6,7 @@ #include "watersurface.h" -const double Sea::PHILLIPS_CONSTANT{0.0000002}; +const double Sea::PHILLIPS_CONSTANT{0.0000001}; const double Sea::GRAVITATIONAL_CONSTANT{9.8}; Sea::Sea(WaterSurfacePtr surface) : -- 2.39.2