]> git.treefish.org Git - seamulator.git/commitdiff
Adapted magic constant
authorAlexander Schmidt <alex@treefish.org>
Mon, 18 Jul 2016 20:48:00 +0000 (22:48 +0200)
committerAlexander Schmidt <alex@treefish.org>
Mon, 18 Jul 2016 20:48:00 +0000 (22:48 +0200)
sea.cpp

diff --git a/sea.cpp b/sea.cpp
index 98c5c4bb81c734f8c88b34784f9e9ce6b1b87785..85191d4fd7680fc5708dc25bd7da23ca53ee2767 100644 (file)
--- 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) :