/*+ ARES/HADES/BORG Package -- ./libLSS/tools/align_helper.hpp Copyright (C) 2014-2020 Guilhem Lavaux Copyright (C) 2009-2020 Jens Jasche Additional contributions from: Guilhem Lavaux (2023) +*/ #ifndef __LIBLSS_ALIGN_HELPER_HPP #define __LIBLSS_ALIGN_HELPER_HPP #include namespace LibLSS { template struct DetectAlignment { enum { Align = Eigen::Unaligned }; }; }; #endif