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

Fix leftover adios:: -> adios2:: conversion in python bindings

parent 6a3a306c
No related branches found
No related tags found
1 merge request!145Misc fixes
...@@ -71,7 +71,7 @@ adios2::ADIOSPy ADIOSPyInitConfig(const std::string configFile, ...@@ -71,7 +71,7 @@ adios2::ADIOSPy ADIOSPyInitConfig(const std::string configFile,
return adios2::ADIOSPy(debugMode); return adios2::ADIOSPy(debugMode);
} }
adios::ADIOSPy ADIOSPyInit(const bool debugMode) adios2::ADIOSPy ADIOSPyInit(const bool debugMode)
{ {
return adios2::ADIOSPy(debugMode); return adios2::ADIOSPy(debugMode);
} }
......
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