@@ -496,22 +496,22 @@ namespace aspect
496496 compute_gravity_heating (const double Tc, const double r, const double X) const ;
497497
498498 /* *
499- * Calculate entropy (@p Ek ) and energy (@p Qk ) change rate factor
499+ * Calculate energy (@p Qk ) and entropy (@p Ek ) change rate factor
500500 * (regarding the core cooling rate Tc/dt) for a given @p Tc (CMB temperature)
501501 *
502- * @return A pair of (Ek, Qk ), i.e., the entropy change rate factor first
503- * and the energy change rate factor second.
502+ * @return A pair of (Qk, Ek ), i.e., the energy change rate factor first
503+ * and the entropy change rate factor second.
504504 */
505505 std::pair<double ,double >
506506 compute_adiabatic_heating (const double Tc) const ;
507507
508508 /* *
509- * Calculate entropy (@p El ) and energy (@p Ql ) change rate factor
509+ * Calculate energy (@p Ql ) and entropy (@p El ) change rate factor
510510 * (regarding the inner core growth rate dR/dt) for a given @p Tc (CMB temperature)
511511 * and @p r (inner core radius)
512512 *
513- * @return A pair of (El, Ql ), i.e., the entropy change rate factor first
514- * and the energy change rate factor second.
513+ * @return A pair of (Ql, El ), i.e., the energy change rate factor first
514+ * and the entropy change rate factor second.
515515 */
516516 std::pair<double ,double >
517517 compute_latent_heating (const double Tc, const double r) const ;
0 commit comments