Skip to content
Snippets Groups Projects
Commit 6702da0d authored by Atkins, Charles Vernon's avatar Atkins, Charles Vernon Committed by GitHub
Browse files

Merge pull request #145 from chuckatkins/misc-fixes

Misc fixes
parents d39b2c20 e3c38d3d
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ adios2::ADIOSPy ADIOSPyInitConfig(const std::string configFile,
return adios2::ADIOSPy(debugMode);
}
adios::ADIOSPy ADIOSPyInit(const bool debugMode)
adios2::ADIOSPy ADIOSPyInit(const bool debugMode)
{
return adios2::ADIOSPy(debugMode);
}
......
......@@ -10,7 +10,6 @@
#include <ios> //std::ios_base::failure
#include <iostream> //std::cout
#include <mpi.h>
#include <stdexcept> //std::invalid_argument std::exception
#include <vector>
......
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