increment precision of PI
authorTimo Bingmann <timo.bingmann@student.kit.edu>
Thu, 28 May 2009 18:15:23 +0200
changeset 4463 67d6567eae57
parent 4462 67b55159dd9e
child 4464 be1414b398a0
increment precision of PI
src/devices/wifi/jakes-propagation-loss-model.cc
--- a/src/devices/wifi/jakes-propagation-loss-model.cc	Thu May 28 17:52:17 2009 +0200
+++ b/src/devices/wifi/jakes-propagation-loss-model.cc	Thu May 28 18:15:23 2009 +0200
@@ -127,7 +127,7 @@
 
 NS_OBJECT_ENSURE_REGISTERED (JakesPropagationLossModel);
 
-const double JakesPropagationLossModel::PI = 3.1415;
+const double JakesPropagationLossModel::PI = 3.14159265358979323846;
 
 TypeId
 JakesPropagationLossModel::GetTypeId (void)