From 77a2a7f78b74e2ed172114ba15b512e99cb71df9 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 16 Dec 2010 19:29:06 +0100 Subject: initial commit --- .gitmodules | 9 +++++++++ EllBase | 1 + EllPETSc | 1 + EllSOR | 1 + 4 files changed, 12 insertions(+) create mode 100644 .gitmodules create mode 160000 EllBase create mode 160000 EllPETSc create mode 160000 EllSOR diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..175dd33 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "EllBase"] + path = EllBase + url = git://git.khirnov.net/git/thorns/EllBase/.git +[submodule "EllPETSc"] + path = EllPETSc + url = git://git.khirnov.net/git/thorns/EllPETSc/.git +[submodule "EllSOR"] + path = EllSOR + url = git://git.khirnov.net/git/thorns/EllSOR/.git diff --git a/EllBase b/EllBase new file mode 160000 index 0000000..f4f8c58 --- /dev/null +++ b/EllBase @@ -0,0 +1 @@ +Subproject commit f4f8c58f3c533ad67632612c9065c992b8f2b1ee diff --git a/EllPETSc b/EllPETSc new file mode 160000 index 0000000..1ce4b1d --- /dev/null +++ b/EllPETSc @@ -0,0 +1 @@ +Subproject commit 1ce4b1d39ead7888675a6313103fea35129f56ae diff --git a/EllSOR b/EllSOR new file mode 160000 index 0000000..4244b24 --- /dev/null +++ b/EllSOR @@ -0,0 +1 @@ +Subproject commit 4244b2414e8490830e7b782a26b9d4849c7c7ed3 -- cgit v1.2.3