From 8fea6ecc8f8df18271e2a023ceb93bcc2b4b4ceb Mon Sep 17 00:00:00 2001 From: Giovanni La Mura Date: Mon, 2 Dec 2024 12:51:45 +0100 Subject: [PATCH] Create a README file for the inclusion case --- test_data/inclusion/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 test_data/inclusion/README.md diff --git a/test_data/inclusion/README.md b/test_data/inclusion/README.md new file mode 100644 index 00000000..8da761c3 --- /dev/null +++ b/test_data/inclusion/README.md @@ -0,0 +1,20 @@ +# Folder instructions + +This directory contains test data for models made up by a sphere with inclusions. + +# License + + Copyright (C) 2024 INAF - Osservatorio Astronomico di Cagliari + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + A copy of the GNU General Public License is distributed along with + this program in the COPYING file. If not, see: . -- GitLab