@@ -1103,7 +1103,7 @@ bool CRadiativeTransfer::calcMonteCarloLvlPopulation(uint i_species, uint global
1103
1103
if (global_iteration_counter == MC_LVL_POP_MAX_GLOBAL_ITER)
1104
1104
{
1105
1105
cout << CLR_LINE;
1106
- cout << NOTE_LINE << " Global iteration not reached! Continue, but results might be wrong!" << endl;
1106
+ cout << INFO_LINE << " Global iteration not reached! Continue, but results might be wrong!" << endl;
1107
1107
}
1108
1108
1109
1109
// Format prints
@@ -1820,9 +1820,8 @@ bool CRadiativeTransfer::calcPolMapsViaMC()
1820
1820
if (peel_off && tm_source->getID () == SRC_DUST)
1821
1821
{
1822
1822
cout << CLR_LINE;
1823
- cout << NOTE_LINE << " MC simulations with dust source and peel-off include only "
1824
- " the scattered radiation.\n "
1825
- << " Add results from Raytracing simulations for full dust emission!" << endl;
1823
+ cout << INFO_LINE << " MC simulations with dust source and peel-off include only the scattered radiation." << endl;
1824
+ cout << " Add results from Raytracing simulations for full dust emission!" << endl;
1826
1825
}
1827
1826
}
1828
1827
@@ -2170,10 +2169,10 @@ bool CRadiativeTransfer::calcSyncMapsViaRaytracing(parameters & param)
2170
2169
if (tracer[i_det]->getSubpixelWarning ())
2171
2170
{
2172
2171
cout << WARNING_LINE << " level of subpixeling (" << param.getMaxSubpixelLvl () << " ) might be too low" << endl;
2173
- cout << " if required, increase the maximum level of subpixeling with <max_subpixel_lvl> in the command file" << endl;
2172
+ cout << " if required, increase the maximum level of subpixeling with <max_subpixel_lvl> in the command file" << endl;
2174
2173
}
2175
2174
// if(tracer[i_det]->getDetectorShape() == DET_PLANE && (grid->getDataID() == GRID_ID_SPH || grid->getDataID() == GRID_ID_CYL))
2176
- // cout << NOTE_LINE << "a 'polar' detector should be used for a spherical or cylindrical grid" << endl;
2175
+ // cout << INFO_LINE << "a 'polar' detector should be used for a spherical or cylindrical grid" << endl;
2177
2176
}
2178
2177
}
2179
2178
@@ -2661,10 +2660,10 @@ bool CRadiativeTransfer::calcPolMapsViaRaytracing(parameters & param)
2661
2660
if (tracer[i_det]->getSubpixelWarning ())
2662
2661
{
2663
2662
cout << WARNING_LINE << " level of subpixeling (" << param.getMaxSubpixelLvl () << " ) might be too low" << endl;
2664
- cout << " if required, increase the maximum level of subpixeling with <max_subpixel_lvl> in the command file" << endl;
2663
+ cout << " if required, increase the maximum level of subpixeling with <max_subpixel_lvl> in the command file" << endl;
2665
2664
}
2666
2665
// if(tracer[i_det]->getDetectorShape() == DET_PLANE && (grid->getDataID() == GRID_ID_SPH || grid->getDataID() == GRID_ID_CYL))
2667
- // cout << NOTE_LINE << "a 'polar' detector should be used for a spherical or cylindrical grid" << endl;
2666
+ // cout << INFO_LINE << "a 'polar' detector should be used for a spherical or cylindrical grid" << endl;
2668
2667
}
2669
2668
}
2670
2669
@@ -3116,10 +3115,10 @@ bool CRadiativeTransfer::calcOPIATEMapsViaRaytracing(parameters& param)
3116
3115
if (tracer[i_det]->getSubpixelWarning ())
3117
3116
{
3118
3117
cout << WARNING_LINE << " level of subpixeling (" << param.getMaxSubpixelLvl () << " ) might be too low" << endl;
3119
- cout << " if required, increase the maximum level of subpixeling with <max_subpixel_lvl> in the command file" << endl;
3118
+ cout << " if required, increase the maximum level of subpixeling with <max_subpixel_lvl> in the command file" << endl;
3120
3119
}
3121
3120
// if(tracer[i_det]->getDetectorShape() == DET_PLANE && (grid->getDataID() == GRID_ID_SPH || grid->getDataID() == GRID_ID_CYL))
3122
- // cout << NOTE_LINE << "a 'polar' detector should be used for a spherical or cylindrical grid" << endl;
3121
+ // cout << INFO_LINE << "a 'polar' detector should be used for a spherical or cylindrical grid" << endl;
3123
3122
}
3124
3123
3125
3124
cout << CLR_LINE;
@@ -3248,10 +3247,10 @@ bool CRadiativeTransfer::calcChMapsViaRaytracing(parameters & param)
3248
3247
if (tracer[i_det]->getSubpixelWarning ())
3249
3248
{
3250
3249
cout << WARNING_LINE << " level of subpixeling (" << param.getMaxSubpixelLvl () << " ) might be too low" << endl;
3251
- cout << " if required, increase the maximum level of subpixeling with <max_subpixel_lvl> in the command file" << endl;
3250
+ cout << " if required, increase the maximum level of subpixeling with <max_subpixel_lvl> in the command file" << endl;
3252
3251
}
3253
3252
// if(tracer[i_det]->getDetectorShape() == DET_PLANE && (grid->getDataID() == GRID_ID_SPH || grid->getDataID() == GRID_ID_CYL))
3254
- // cout << NOTE_LINE << "a 'polar' detector should be used for a spherical or cylindrical grid" << endl;
3253
+ // cout << INFO_LINE << "a 'polar' detector should be used for a spherical or cylindrical grid" << endl;
3255
3254
3256
3255
// Increment index for line RT
3257
3256
i_det++;
0 commit comments