]> git.mxchange.org Git - flightgear.git/commitdiff
remove a cvs conflict
authorErik Hofman <erik@ehofman.com>
Mon, 26 Sep 2011 08:50:48 +0000 (10:50 +0200)
committerErik Hofman <erik@ehofman.com>
Mon, 26 Sep 2011 08:50:48 +0000 (10:50 +0200)
src/FDM/JSBSim/models/atmosphere/FGWinds.cpp

index e54c348ec2b3184da9a56984627a72942a41b80a..c24648e3a1a5588a7d626f3250b51135b01a231c 100644 (file)
@@ -284,13 +284,8 @@ void FGWinds::Turbulence(double h)
     double
       T_V = in.totalDeltaT, // for compatibility of nomenclature
       sig_p = 1.9/sqrt(L_w*b_w)*sig_w, // Yeager1998, eq. (8)
-<<<<<<< FGWinds.cpp
-//    sig_q = sqrt(M_PI/2/L_w/b_w), // eq. (14)
-///   sig_r = sqrt(2*M_PI/3/L_w/b_w), // eq. (17)
-=======
       //sig_q = sqrt(M_PI/2/L_w/b_w), // eq. (14)
       //sig_r = sqrt(2*M_PI/3/L_w/b_w), // eq. (17)
->>>>>>> 1.5
       L_p = sqrt(L_w*b_w)/2.6, // eq. (10)
       tau_u = L_u/in.V, // eq. (6)
       tau_w = L_w/in.V, // eq. (3)