@@ -26,7 +26,9 @@ class CSDSolverTrafoFP : public SNSolver
double_beta;/*! @brief Coefficient of GFP operators (see Olbrant 2010, Appendix B)*/
Matrix_xi;/*! @brief matrix of transport coefficients */
Vector_xi1;
Vector_xi2;
unsigned_FPMethod;/*! @brief Encodes different ways of computing coefficients alpha, alpha2 & beta, _FPMethod == 1, 2 ,3 stand for methods with increasing accuracy (see Olbrant 2010, Appendix B)*/
bool_RT;/*! @brief radiotherapy application (on/off), if true use crosssections + stopping powers from database */