Skip to content
Snippets Groups Projects
Utils.cpp 404 B
Newer Older
/*
 * Distributed under the OSI-approved Apache License, Version 2.0.  See
 * accompanying file Copyright.txt for details.
 *
William F Godoy's avatar
William F Godoy committed
 * Utils.cpp
William F Godoy's avatar
William F Godoy committed
 *  Created on: Oct 24, 2017
 *      Author: William F Godoy godoywf@ornl.gov
 */

William F Godoy's avatar
William F Godoy committed
#include "Utils.h"

namespace adios2
{
William F Godoy's avatar
William F Godoy committed

Utils::Utils(const std::string name, int argc, char *argv[])
: m_Name(name), m_Arguments(argv, argv + argc)
William F Godoy's avatar
William F Godoy committed

} // end namespace adios2