Skip to content

Commit

Permalink
forgot an << endl;
Browse files Browse the repository at this point in the history
  • Loading branch information
georgmichel committed Dec 10, 2016
1 parent b32cf1f commit d8677b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FDTD/openems_fdtd_mpi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ bool openEMS_FDTD_MPI::SetupProcessing()
{
//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(): 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;
rename = false;
}
Expand Down

0 comments on commit d8677b1

Please # to comment.