From 48600d616a137e96582599c5e42ad4118d19ebc7 Mon Sep 17 00:00:00 2001
From: Giovanni La Mura <giovanni.lamura@inaf.it>
Date: Wed, 20 Dec 2023 17:32:32 +0100
Subject: [PATCH] Test pipeline by adding comments on rabas()

---
 src/include/sph_subs.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/include/sph_subs.h b/src/include/sph_subs.h
index dd3470da..21eba3ec 100644
--- a/src/include/sph_subs.h
+++ b/src/include/sph_subs.h
@@ -511,6 +511,9 @@ void pwma(
 }
 
 /*! \brief C++ porting of RABAS
+ *
+ * This function computes radiation torque on the particle as a result
+ * of the difference between the extinction and the scattering contributions.
  *
  * \param inpol: `int`
  * \param li: `int`
-- 
GitLab