]> git.treefish.org Git - seamulator.git/blobdiff - sea.cpp
Adapted magic constant
[seamulator.git] / 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) :