From ca4918f8365bb0e98c649cf431d8a0616b26bbd8 Mon Sep 17 00:00:00 2001 From: Fons van der Plas Date: Wed, 20 Sep 2023 16:12:29 +0200 Subject: [PATCH] move files Co-Authored-By: Boshra Ariguib <44347649+ariguiba@users.noreply.github.com> --- src/{convolution/convolution_1D.jl => math/convolution_1d.jl} | 0 src/{convolution => math}/convolution_2d.jl | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename src/{convolution/convolution_1D.jl => math/convolution_1d.jl} (100%) rename src/{convolution => math}/convolution_2d.jl (100%) diff --git a/src/convolution/convolution_1D.jl b/src/math/convolution_1d.jl similarity index 100% rename from src/convolution/convolution_1D.jl rename to src/math/convolution_1d.jl diff --git a/src/convolution/convolution_2d.jl b/src/math/convolution_2d.jl similarity index 100% rename from src/convolution/convolution_2d.jl rename to src/math/convolution_2d.jl