|
From: Jon S. B. <jb...@us...> - 2011-07-27 12:59:56
|
Update of /cvsroot/jsbsim/JSBSim/src/math
In directory vz-cvs-3.sog:/tmp/cvs-serv17719/src/math
Modified Files:
FGFunction.cpp
Log Message:
Formatting adjustment
Index: FGFunction.cpp
===================================================================
RCS file: /cvsroot/jsbsim/JSBSim/src/math/FGFunction.cpp,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -r1.37 -r1.38
*** FGFunction.cpp 27 Jul 2011 04:31:25 -0000 1.37
--- FGFunction.cpp 27 Jul 2011 12:59:52 -0000 1.38
***************
*** 445,449 ****
{temp = 1;}
break;
! case eRotation_gamma_local:
if (Parameters.size()==6) // calculates local angle of attack for skydiver body component
//Euler angles from the intermediate body frame to the local body frame must be from a z-y-x axis rotation order
--- 445,449 ----
{temp = 1;}
break;
! case eRotation_gamma_local:
if (Parameters.size()==6) // calculates local angle of attack for skydiver body component
//Euler angles from the intermediate body frame to the local body frame must be from a z-y-x axis rotation order
***************
*** 482,486 ****
{temp = 1;}
break;
! case eRotation_bf_to_wf:
if (Parameters.size()==7) // transforms the input vector from a body frame to a wind frame. The origin of the vector remains the same.
{
--- 482,486 ----
{temp = 1;}
break;
! case eRotation_bf_to_wf:
if (Parameters.size()==7) // transforms the input vector from a body frame to a wind frame. The origin of the vector remains the same.
{
***************
*** 522,526 ****
{temp = 1;}
break;
! case eRotation_wf_to_bf:
if (Parameters.size()==7) // transforms the input vector from q wind frame to a body frame. The origin of the vector remains the same.
{
--- 522,526 ----
{temp = 1;}
break;
! case eRotation_wf_to_bf:
if (Parameters.size()==7) // transforms the input vector from q wind frame to a body frame. The origin of the vector remains the same.
{
|