forgot an << endl;

This commit is contained in:
Georg Michel 2016-12-10 14:06:42 +01:00
parent b32cf1fb62
commit d8677b100d

View File

@ -398,7 +398,7 @@ bool openEMS_FDTD_MPI::SetupProcessing()
{ {
//type is integral processing --> disable! Needs to be fixed! //type is integral processing --> disable! Needs to be fixed!
cerr << "openEMS_FDTD_MPI::SetupProcessing(): Warning: Processing: " << proc->GetName() << " occures multiple times and is being deactivated..." << endl; cerr << "openEMS_FDTD_MPI::SetupProcessing(): Warning: Processing: " << proc->GetName() << " occures multiple times and is being deactivated..." << endl;
cerr << "openEMS_FDTD_MPI::SetupProcessing(): Note: Processing: Make sure that there are no splits inside probes or sources." cerr << "openEMS_FDTD_MPI::SetupProcessing(): Note: Processing: Make sure that there are no splits inside probes or sources." << endl;
deactivate = true; deactivate = true;
rename = false; rename = false;
} }