diff --git a/include/format/BP1Aggregator.h b/include/format/BP1Aggregator.h new file mode 100644 index 0000000000000000000000000000000000000000..4817382009fcff97557a41f675dd7bb976ac4d2c --- /dev/null +++ b/include/format/BP1Aggregator.h @@ -0,0 +1,35 @@ +/* + * BP1Aggregator.h + * + * Created on: Mar 1, 2017 + * Author: wfg + */ + +#ifndef BP1AGGREGATOR_H_ +#define BP1AGGREGATOR_H_ + + + +namespace adios +{ +namespace format +{ + +class BP1Aggregator +{ + + + + + + + + + +}; + + +} //end namespace format +} //end namespace adios + +#endif /* BP1AGGREGATOR_H_ */