#ifndef H_OUTPUT_H #define H_OUTPUT_H #include #include "boundary_element.h" #include "tabipb_timers.h" std::array Output(const BoundaryElement& bem, const Timers& timers); #endif