RK4_DFFRHS:

--------------------------------------------------------------------------
   Fourth order Runge-Kutta for the DFF simulation right-hand-side. 

   Since version 7.
--------------------------------------------------------------------------
   Form:
   x = RK4_DFFRHS( x, h, jD, prop, control, sc );
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   x                     State (column vector)
   h                     Time step
   jD          (1,1)     Time in Julian Date
   prop         (.)      Data structure with gravity model and propagation options
   control      (.)      Data structure with force and torque
   sc           (.)      Data structure of spacecraft data

   -------
   Outputs
   -------
   x                     Updated state

--------------------------------------------------------------------------

Children:

FormationFlying: IntegratedSim/DFFRHS