Loading src/include/tra_subs.h +4 −4 Original line number Original line Diff line number Diff line Loading @@ -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; Loading Loading
src/include/tra_subs.h +4 −4 Original line number Original line Diff line number Diff line Loading @@ -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; Loading