From b83bf5ee7d1b9274a4b08b81bcf076ebf0157373 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 16 Dec 2010 19:58:48 +0100 Subject: initial commit --- .gitmodules | 9 +++++++++ AEILocalInterp | 1 + GSLFortran | 1 + ManualTermination | 1 + 4 files changed, 12 insertions(+) create mode 100644 .gitmodules create mode 160000 AEILocalInterp create mode 160000 GSLFortran create mode 160000 ManualTermination diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..6d3b2b9 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "AEILocalInterp"] + path = AEILocalInterp + url = git://git.khirnov.net/git/thorns/AEILocalInterp/.git +[submodule "GSLFortran"] + path = GSLFortran + url = git://git.khirnov.net/git/thorns/GSLFortran/.git +[submodule "ManualTermination"] + path = ManualTermination + url = git://git.khirnov.net/git/thorns/ManualTermination/.git diff --git a/AEILocalInterp b/AEILocalInterp new file mode 160000 index 0000000..3192ba9 --- /dev/null +++ b/AEILocalInterp @@ -0,0 +1 @@ +Subproject commit 3192ba91b2ff13f2e494282f4b09ed7740497716 diff --git a/GSLFortran b/GSLFortran new file mode 160000 index 0000000..5eeb240 --- /dev/null +++ b/GSLFortran @@ -0,0 +1 @@ +Subproject commit 5eeb2401d99c2458960db1d6a25527f9c5f07a78 diff --git a/ManualTermination b/ManualTermination new file mode 160000 index 0000000..f4538ac --- /dev/null +++ b/ManualTermination @@ -0,0 +1 @@ +Subproject commit f4538ac131c85a70651dfcfce7fe17df128b0439 -- cgit v1.2.3