Skip to content
Snippets Groups Projects
Commit e6bfd90c authored by Atkins, Charles Vernon's avatar Atkins, Charles Vernon
Browse files

Fixed formatting

parent 83a4796a
No related branches found
No related tags found
1 merge request!49setting up for hdf5
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
* Author: Junmin * Author: Junmin
*/ */
#include <vector>
#include <iostream> #include <iostream>
#include <vector>
#include <mpi.h> #include <mpi.h>
......
...@@ -106,7 +106,6 @@ private: ...@@ -106,7 +106,6 @@ private:
template <class T> template <class T>
void UseHDFWrite(Variable<T> &variable, const T *values, hid_t h5type); void UseHDFWrite(Variable<T> &variable, const T *values, hid_t h5type);
}; };
} // end namespace adios } // end namespace adios
......
...@@ -37,8 +37,8 @@ ...@@ -37,8 +37,8 @@
#ifdef ADIOS_HAVE_PHDF5 // external dependencies #ifdef ADIOS_HAVE_PHDF5 // external dependencies
#ifdef ADIOS_HAVE_MPI #ifdef ADIOS_HAVE_MPI
#include "engine/hdf5/HDF5WriterP.h"
#include "engine/hdf5/HDF5ReaderP.h" #include "engine/hdf5/HDF5ReaderP.h"
#include "engine/hdf5/HDF5WriterP.h"
#endif #endif
#endif #endif
namespace adios namespace adios
......
...@@ -363,5 +363,3 @@ void HDF5Writer::UseHDFWrite(Variable<T> &variable, const T *values, ...@@ -363,5 +363,3 @@ void HDF5Writer::UseHDFWrite(Variable<T> &variable, const T *values,
} }
} // end namespace adios } // end 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