Skip to content
Snippets Groups Projects
Commit b14e1993 authored by Atkins, Charles Vernon's avatar Atkins, Charles Vernon
Browse files

Fix formatting issues from my mpi/nompi branch.

parent e48fd4ad
No related branches found
No related tags found
1 merge request!126Python Bindings and their required internal code changes
......@@ -20,11 +20,7 @@ ADIOSPy::ADIOSPy(MPI_Comm mpiComm, const bool debug)
{
}
ADIOSPy::ADIOSPy(const bool debug)
: m_DebugMode(debug), m_ADIOS(debug)
{
}
ADIOSPy::ADIOSPy(const bool debug) : m_DebugMode(debug), m_ADIOS(debug) {}
IOPy ADIOSPy::DeclareIO(const std::string name)
{
......
......@@ -52,7 +52,7 @@ adios::ADIOSPy ADIOSPyInit(const bool debugMode)
PYBIND11_PLUGIN(adios2)
{
#ifdef ADIOS2_HAVE_MPI
#ifdef ADIOS2_HAVE_MPI
if (import_mpi4py() < 0)
{
throw std::runtime_error(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment