Skip to content

Commit 8efda40

Browse files
committed
removed warning after some testing with radiation field
1 parent 4d740f6 commit 8efda40

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/CommandParser.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -3195,11 +3195,7 @@ bool CCommandParser::parseLine(parameters * param, string cmd, string data, uint
31953195
if(cmd.compare("<rt_scattering>") == 0)
31963196
{
31973197
if(atob(atoi(data.c_str())))
3198-
{
31993198
param->setScatteringToRay(true);
3200-
cout << "\nWARNING: Including scattering in the ray-tracing simulation is not working properly!" << endl;
3201-
cout << "Use CMD_DUST_SCATTERING with <source_dust nr_photons = \"...\"> instead." << endl;
3202-
}
32033199
else
32043200
param->setScatteringToRay(false);
32053201

0 commit comments

Comments
 (0)