anzhi2710gmailcom's picture
Upload folder using huggingface_hub
10f2621 verified
Raw
History Blame Contribute Delete
203 Bytes
#ifndef H_OUTPUT_H
#define H_OUTPUT_H
#include <array>
#include "boundary_element.h"
#include "tabipb_timers.h"
std::array<double, 3> Output(const BoundaryElement& bem, const Timers& timers);
#endif