Skip to content
Snippets Groups Projects
Commit 4c12c1a3 authored by William F Godoy's avatar William F Godoy
Browse files

Fixing more clang-format issues

parent 58fd5e56
No related branches found
No related tags found
1 merge request!124Refactor
......@@ -74,12 +74,12 @@ private:
Variable<T> *InquireVariableCommon(const std::string name,
const bool readIn)
{
//int rank = 0;
//MPI_Comm_rank(m_MPIComm, &rank);
// int rank = 0;
// MPI_Comm_rank(m_MPIComm, &rank);
//std::cout << "I am hooked to the DataMan library\n";
//std::cout << "Hello DatamanReader from rank " << rank << "\n";
//std::cout << "Trying to read variable " << name
// std::cout << "I am hooked to the DataMan library\n";
// std::cout << "Hello DatamanReader from rank " << rank << "\n";
// std::cout << "Trying to read variable " << name
// << " from one of the variables coming from a WAN transport\n";
// here read variable metadata (dimensions, type, etc.)...then create a
......
......@@ -24,8 +24,8 @@
#undef __MPI_DUMMY_H__
#endif
#include "adios2/ADIOSMacros.h"
#include "adios2/ADIOSMPICommOnly.h"
#include "adios2/ADIOSMacros.h"
#include "adios2/ADIOSTypes.h"
namespace adios
......
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