From b49941595b15785260ed486fefff0095e23fe925 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=BCller?= Date: Wed, 16 Mar 2016 13:05:10 +0100 Subject: [PATCH] Gromacs source as submodule --- .gitmodules | 3 +++ gromacs | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 gromacs diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..298af3b --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "gromacs"] + path = gromacs + url = git@github.com:gromacs/gromacs.git diff --git a/gromacs b/gromacs new file mode 160000 index 0000000..d1a07e2 --- /dev/null +++ b/gromacs @@ -0,0 +1 @@ +Subproject commit d1a07e21a9e92e374ebd40da2c39ff223a9138e1