Supports: - HDF5 file load and store - Precision timing of the process to stdout - logging (verbose mode) to stdout - Command line arguments and help
17 lines
175 B
C++
17 lines
175 B
C++
/**
|
|
* \file v0.hpp
|
|
* \brief
|
|
*
|
|
* \author
|
|
* Christos Choutouridis AEM:8997
|
|
* <cchoutou@ece.auth.gr>
|
|
*/
|
|
#ifndef V1_HPP_
|
|
#define V1_HPP_
|
|
|
|
|
|
|
|
|
|
|
|
#endif /* V1_HPP_ */
|