From: Alexander Schmidt Date: Mon, 18 Jul 2016 20:48:00 +0000 (+0200) Subject: Adapted magic constant X-Git-Url: http://git.treefish.org/~alex/seamulator.git/commitdiff_plain/ce5cb9e3b065ec3eabd2ffa79923043fdfb2087a Adapted magic constant --- 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) :