From b975da1c07a96076ec9e18f080c01119ddd5da65 Mon Sep 17 00:00:00 2001 From: Paul Ferrand Date: Sat, 23 Nov 2019 17:12:56 +0100 Subject: [PATCH] Move CNPY --- {tests => external/cnpy}/cnpy.cpp | 0 {tests => external/cnpy}/cnpy.h | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {tests => external/cnpy}/cnpy.cpp (100%) rename {tests => external/cnpy}/cnpy.h (100%) diff --git a/tests/cnpy.cpp b/external/cnpy/cnpy.cpp similarity index 100% rename from tests/cnpy.cpp rename to external/cnpy/cnpy.cpp diff --git a/tests/cnpy.h b/external/cnpy/cnpy.h similarity index 100% rename from tests/cnpy.h rename to external/cnpy/cnpy.h