Commit a20e0b97 authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Fix inline documentation of CIL structure elements

parent 097f4581
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -38,13 +38,13 @@
 * A structure containing field expansion order configuration.
 * A structure containing field expansion order configuration.
 */
 */
struct CIL {
struct CIL {
  //! Maximum L expansion of the electric field.
  //! Maximum external field expansion order
  int le;
  int le;
  //! le * (le + 1).
  //! NLEM = LE * (LE + 2)
  int nlem;
  int nlem;
  //! 2 * nlem.
  //! NLEMT = 2 * NLEM
  int nlemt;
  int nlemt;
  //! Maximum field expansion order + 1.
  //! MXMPO is read from T-matrix with IS < 0 (not used here).
  int mxmpo;
  int mxmpo;
  //! 2 * mxmpo - 1.
  //! 2 * mxmpo - 1.
  int mxim;
  int mxim;