MPI: fix FDTD setup for non-MPI

Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
This commit is contained in:
Thorsten Liebig 2016-01-31 13:32:17 +01:00
parent ba72767613
commit d5cbfec2be

View File

@ -137,7 +137,7 @@ bool openEMS_FDTD_MPI::Parse_XML_FDTDSetup(TiXmlElement* FDTD_Opts)
{
if ((m_MPI_Elem!=NULL))
cerr << "openEMS_FDTD_MPI::SetupMPI: Warning: Number of MPI processes is 1, skipping MPI engine... " << endl;
return true;
return openEMS::Parse_XML_FDTDSetup(FDTD_Opts);
}
if (m_MPI_Elem==NULL)