Skip to content
Snippets Groups Projects
PluginEngineInterface.cpp 598 B
Newer Older
/*
 * Distributed under the OSI-approved Apache License, Version 2.0.  See
 * accompanying file Copyright.txt for details.
 *
 * PluginEngineInterface.cxx
 *
 *  Created on: Aug 17, 2017
 *      Author: Chuck Atkins <chuck.atkins@kitware.com>
 */

#include "PluginEngineInterface.h"

namespace adios2
{

PluginEngineInterface::PluginEngineInterface(IO &io, const std::string &name,
                                             MPI_Comm mpiComm)
: Engine("PluginInterface", io, name, openMode, mpiComm)
{
}

} // end namespace adios