fixed and created animation

This commit is contained in:
CDaut 2024-06-16 14:46:29 +02:00
parent c7145cbf8b
commit fbf32a8cfc
Signed by: clara
GPG key ID: 223391B52FAD4463
39 changed files with 32404 additions and 61 deletions

View file

@ -60,7 +60,7 @@ void writeRadspecToFile(const std::string &filename,
template <typename T>
void writeRDFtoFile(const std::string &filename,
std::pair<std::vector<T>, std::vector<int32_t>> radspec) {
std::pair<std::vector<T>, std::vector<T>> radspec) {
std::ofstream file;
file.open(filename);