-
William F Godoy authored
Continue refactoring IO, ADIOS classes
William F Godoy authoredContinue refactoring IO, ADIOS classes
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
adios2.h 379 B
/*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*/
#ifndef ADIOS2_H_
#define ADIOS2_H_
#include <adios2/core/Operator.h>
#include "adios2/ADIOSConfig.h"
#include "adios2/ADIOSTypes.h"
#include "adios2/core/ADIOS.h"
#include "adios2/core/Engine.h"
#include "adios2/core/IO.h"
#endif /* ADIOS2_H_ */