From 019fba6d2ac37c90ce24251f736ff53007ab9af1 Mon Sep 17 00:00:00 2001 From: juanan Date: Wed, 16 Mar 2022 09:26:38 +0100 Subject: [PATCH] Adding AlphaCAMM project as a submodule to the repository --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index 898d2c9a8..2079d1c40 100644 --- a/.gitmodules +++ b/.gitmodules @@ -64,3 +64,6 @@ [submodule "doc/userguide"] path = doc/userguide url = https://github.com/rest-for-physics/rest-docs.github.io.git +[submodule "projects/alphacamm"] + path = projects/alphacamm + url = git@lfna.unizar.es:gifna/alphacamm.git