From e3697c128ba72fece5d3ba66f87d43b364c17d91 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 16 Dec 2010 19:54:55 +0100 Subject: initial commit --- .gitmodules | 21 +++++++++++++++++++++ EOSG_Hybrid | 1 + EOSG_IdealFluid | 1 + EOSG_Polytrope | 1 + EOS_Hybrid | 1 + EOS_IdealFluid | 1 + EOS_Omni | 1 + EOS_Polytrope | 1 + 8 files changed, 28 insertions(+) create mode 100644 .gitmodules create mode 160000 EOSG_Hybrid create mode 160000 EOSG_IdealFluid create mode 160000 EOSG_Polytrope create mode 160000 EOS_Hybrid create mode 160000 EOS_IdealFluid create mode 160000 EOS_Omni create mode 160000 EOS_Polytrope diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..dac1935 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,21 @@ +[submodule "EOSG_Hybrid"] + path = EOSG_Hybrid + url = git://git.khirnov.net/git/thorns/EOSG_Hybrid/.git +[submodule "EOSG_IdealFluid"] + path = EOSG_IdealFluid + url = git://git.khirnov.net/git/thorns/EOSG_IdealFluid/.git +[submodule "EOSG_Polytrope"] + path = EOSG_Polytrope + url = git://git.khirnov.net/git/thorns/EOSG_Polytrope/.git +[submodule "EOS_Hybrid"] + path = EOS_Hybrid + url = git://git.khirnov.net/git/thorns/EOS_Hybrid/.git +[submodule "EOS_IdealFluid"] + path = EOS_IdealFluid + url = git://git.khirnov.net/git/thorns/EOS_IdealFluid/.git +[submodule "EOS_Polytrope"] + path = EOS_Polytrope + url = git://git.khirnov.net/git/thorns/EOS_Polytrope/.git +[submodule "EOS_Omni"] + path = EOS_Omni + url = git://git.khirnov.net/git/thorns/EOS_Omni/.git diff --git a/EOSG_Hybrid b/EOSG_Hybrid new file mode 160000 index 0000000..6ea0d0d --- /dev/null +++ b/EOSG_Hybrid @@ -0,0 +1 @@ +Subproject commit 6ea0d0d7922f1b507b221d31909938749ae41dd2 diff --git a/EOSG_IdealFluid b/EOSG_IdealFluid new file mode 160000 index 0000000..e89ffcc --- /dev/null +++ b/EOSG_IdealFluid @@ -0,0 +1 @@ +Subproject commit e89ffccb950c39bf8b7510a7067a2aef637351d7 diff --git a/EOSG_Polytrope b/EOSG_Polytrope new file mode 160000 index 0000000..a4759fd --- /dev/null +++ b/EOSG_Polytrope @@ -0,0 +1 @@ +Subproject commit a4759fda4fd874f13dc13e0d5dff24b8e831100a diff --git a/EOS_Hybrid b/EOS_Hybrid new file mode 160000 index 0000000..1f7c736 --- /dev/null +++ b/EOS_Hybrid @@ -0,0 +1 @@ +Subproject commit 1f7c7363a05c425ab674a303011eb101d8f34c9f diff --git a/EOS_IdealFluid b/EOS_IdealFluid new file mode 160000 index 0000000..d320fda --- /dev/null +++ b/EOS_IdealFluid @@ -0,0 +1 @@ +Subproject commit d320fda4985eb31650cc2664da73faf147f0436f diff --git a/EOS_Omni b/EOS_Omni new file mode 160000 index 0000000..e6f4a06 --- /dev/null +++ b/EOS_Omni @@ -0,0 +1 @@ +Subproject commit e6f4a06735c8a0d38251cd984147a06abea2df16 diff --git a/EOS_Polytrope b/EOS_Polytrope new file mode 160000 index 0000000..c63645e --- /dev/null +++ b/EOS_Polytrope @@ -0,0 +1 @@ +Subproject commit c63645e0742174afe732d8089e632994a22d4442 -- cgit v1.2.3