/*************************************** Auteur : Pierre Aubert Mail : aubertp7@gmail.com Licence : CeCILL-C ****************************************/ #ifndef __BACKEND_H__ #define __BACKEND_H__
#include "Representation/representation.h"
bool ph5_backend(const PSource & source, const std::string & outputDir); bool ph5_backend(const PVecSource & vecSource, const std::string & outputDir);
#endif