Change the place for testing libs mdlp, catch2 and File

Add copyright headers to source files
This commit is contained in:
2024-05-12 10:26:24 +02:00
parent 030ed6bc1c
commit 84d1c834d5
10 changed files with 43 additions and 15 deletions

View File

@@ -1,3 +1,9 @@
// ***************************************************************
// SPDX-FileCopyrightText: Copyright 2024 Ricardo Montañana Gómez
// SPDX-FileType: SOURCE
// SPDX-License-Identifier: MIT
// ***************************************************************
#pragma once
#include <torch/torch.h>
#include <algorithm>