Skip to content
Snippets Groups Projects
PluginEngineInterface.cpp 546 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,
William F Godoy's avatar
William F Godoy committed
                                             const Mode mode, MPI_Comm mpiComm)
: Engine("PluginInterface", io, name, mode, mpiComm)
} // end namespace adios2