From a531bd6bb028c84e771a93f2fea26d902c7847be Mon Sep 17 00:00:00 2001 From: Giovanni La Mura <giovanni.lamura@inaf.it> Date: Thu, 26 Oct 2023 15:37:57 +0200 Subject: [PATCH] Move sphere.cpp into sphere folder --- src/{ => sphere}/sphere.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename src/{ => sphere}/sphere.cpp (99%) diff --git a/src/sphere.cpp b/src/sphere/sphere.cpp similarity index 99% rename from src/sphere.cpp rename to src/sphere/sphere.cpp index 1220ddbf..3f87c90d 100644 --- a/src/sphere.cpp +++ b/src/sphere/sphere.cpp @@ -2,8 +2,8 @@ #include <fstream> #include <string> #include <complex> -#include "include/Configuration.h" -#include "include/sph_subs.h" +#include "../include/Configuration.h" +#include "../include/sph_subs.h" using namespace std; -- GitLab