From e6bfd90c02a78f8826c81977da3e6dc6cb692101 Mon Sep 17 00:00:00 2001 From: Chuck Atkins <chuck.atkins@kitware.com> Date: Mon, 17 Apr 2017 10:26:52 -0400 Subject: [PATCH] Fixed formatting --- examples/hello/hdf5Writer/helloHDF5Writer.cpp | 2 +- include/engine/hdf5/HDF5WriterP.h | 1 - source/ADIOS.cpp | 2 +- source/engine/hdf5/HDF5WriterP.cpp | 2 -- 4 files changed, 2 insertions(+), 5 deletions(-) diff --git a/examples/hello/hdf5Writer/helloHDF5Writer.cpp b/examples/hello/hdf5Writer/helloHDF5Writer.cpp index 85c5a910a..3b3282840 100644 --- a/examples/hello/hdf5Writer/helloHDF5Writer.cpp +++ b/examples/hello/hdf5Writer/helloHDF5Writer.cpp @@ -5,8 +5,8 @@ * Author: Junmin */ -#include <vector> #include <iostream> +#include <vector> #include <mpi.h> diff --git a/include/engine/hdf5/HDF5WriterP.h b/include/engine/hdf5/HDF5WriterP.h index b0d703065..cbdbf1c7d 100644 --- a/include/engine/hdf5/HDF5WriterP.h +++ b/include/engine/hdf5/HDF5WriterP.h @@ -106,7 +106,6 @@ private: template <class T> void UseHDFWrite(Variable<T> &variable, const T *values, hid_t h5type); - }; } // end namespace adios diff --git a/source/ADIOS.cpp b/source/ADIOS.cpp index b3aee87e3..5925f5e30 100644 --- a/source/ADIOS.cpp +++ b/source/ADIOS.cpp @@ -37,8 +37,8 @@ #ifdef ADIOS_HAVE_PHDF5 // external dependencies #ifdef ADIOS_HAVE_MPI -#include "engine/hdf5/HDF5WriterP.h" #include "engine/hdf5/HDF5ReaderP.h" +#include "engine/hdf5/HDF5WriterP.h" #endif #endif namespace adios diff --git a/source/engine/hdf5/HDF5WriterP.cpp b/source/engine/hdf5/HDF5WriterP.cpp index 0ce36bf57..05656e2ba 100644 --- a/source/engine/hdf5/HDF5WriterP.cpp +++ b/source/engine/hdf5/HDF5WriterP.cpp @@ -363,5 +363,3 @@ void HDF5Writer::UseHDFWrite(Variable<T> &variable, const T *values, } } // end namespace adios - - -- GitLab