if(strcasecmp(DEBUG.c_str(),"True")==0)// If we are in debug mode
{
if(runmode[0]==1orrunmode[1]==1)// If we have strong lensing
{
printf("DEBUG: Strong lensing cosmo ratios D_LS/D_OS for first 2 sets: %lf, %lf\n\n",strongLensingRatios_lensSourceToSource[0],strongLensingRatios_lensSourceToSource[1]);
};
if(runmode[2]==1)// We have weak lensing
{
printf("DEBUG: Weak lensing D_LS/D_OS for first 2 arclets: %lf, %lf. Weak lensing D_OS for first 2 arclets: %lf, %lf.\n\n",weakLensingRatios_lensSourceToSource[0],weakLensingRatios_lensSourceToSource[1],weakLensing_observerSource[0],weakLensing_observerSource[1]);
};
if(numberCleanLens>0)// We have cleanlens mode
{
printf("DEBUG: Cleanlens D_LS/D_OS for first 2 sources: %lf, %lf. Cleanlens D_OS for first 2 sources: %lf, %lf.\n\n",cleanlensRatios_lensSourceToSource[0],cleanlensRatios_lensSourceToSource[1],cleanlens_observerSource[0],cleanlens_observerSource[1]);