From b96840db49c1b5d9136c64035775296fbf43acbe Mon Sep 17 00:00:00 2001 From: firleju Date: Sat, 10 Dec 2016 22:07:56 +0100 Subject: [PATCH] =?UTF-8?q?Poprawiony=20nag=C5=82owek?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- McZapkie/MOVER.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/McZapkie/MOVER.h b/McZapkie/MOVER.h index 5229f055..4e2286a4 100644 --- a/McZapkie/MOVER.h +++ b/McZapkie/MOVER.h @@ -14,7 +14,7 @@ http://mozilla.org/MPL/2.0/. #include "Oerlikon_ESt.h" #include "hamulce.h" #include -#include +#include "mctools.h" #include /* @@ -85,12 +85,12 @@ zwiekszenie nacisku przy duzych predkosciach w hamulcach Oerlikona #include "dumb3d.h" using namespace Math3D; -const Steel2Steel_friction = 0.15; //tarcie statyczne -const g = 9.81; //przyspieszenie ziemskie -const SandSpeed = 0.1; //ile kg/s} -const RVentSpeed = 0.4; //rozpedzanie sie wentylatora obr/s^2} -const RVentMinI = 50.0; //przy jakim pradzie sie wylaczaja} -const Pirazy2 = 6.2831853071794f; +const double Steel2Steel_friction = 0.15; //tarcie statyczne +const double g = 9.81; //przyspieszenie ziemskie +const double SandSpeed = 0.1; //ile kg/s} +const double RVentSpeed = 0.4; //rozpedzanie sie wentylatora obr/s^2} +const double RVentMinI = 50.0; //przy jakim pradzie sie wylaczaja} +const double Pirazy2 = 6.2831853071794f; #define PI 3.1415926535897f //-- var, const, procedure ---------------------------------------------------