From 1f2ec8a6a3e8ff842f162404c6f913af7a8ee27f Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 16 Dec 2010 19:49:22 +0100 Subject: initial commit --- .gitmodules | 36 ++++++++++++++++++++++++++++++++++++ Boundary | 1 + CartGrid3D | 1 + CoordBase | 1 + Fortran | 1 + IOASCII | 1 + IOBasic | 1 + IOUtil | 1 + InitBase | 1 + LocalInterp | 1 + LocalReduce | 1 + SymBase | 1 + Time | 1 + 13 files changed, 48 insertions(+) create mode 100644 .gitmodules create mode 160000 Boundary create mode 160000 CartGrid3D create mode 160000 CoordBase create mode 160000 Fortran create mode 160000 IOASCII create mode 160000 IOBasic create mode 160000 IOUtil create mode 160000 InitBase create mode 160000 LocalInterp create mode 160000 LocalReduce create mode 160000 SymBase create mode 160000 Time diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..873bf25 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,36 @@ +[submodule "Boundary"] + path = Boundary + url = git://git.khirnov.net/git/thorns/Boundary/.git +[submodule "CartGrid3D"] + path = CartGrid3D + url = git://git.khirnov.net/git/thorns/CartGrid3D/.git +[submodule "CoordBase"] + path = CoordBase + url = git://git.khirnov.net/git/thorns/CoordBase/.git +[submodule "Fortran"] + path = Fortran + url = git://git.khirnov.net/git/thorns/Fortran/.git +[submodule "InitBase"] + path = InitBase + url = git://git.khirnov.net/git/thorns/InitBase/.git +[submodule "IOASCII"] + path = IOASCII + url = git://git.khirnov.net/git/thorns/IOASCII/.git +[submodule "IOBasic"] + path = IOBasic + url = git://git.khirnov.net/git/thorns/IOBasic/.git +[submodule "IOUtil"] + path = IOUtil + url = git://git.khirnov.net/git/thorns/IOUtil/.git +[submodule "LocalInterp"] + path = LocalInterp + url = git://git.khirnov.net/git/thorns/LocalInterp/.git +[submodule "LocalReduce"] + path = LocalReduce + url = git://git.khirnov.net/git/thorns/LocalReduce/.git +[submodule "SymBase"] + path = SymBase + url = git://git.khirnov.net/git/thorns/SymBase/.git +[submodule "Time"] + path = Time + url = git://git.khirnov.net/git/thorns/Time/.git diff --git a/Boundary b/Boundary new file mode 160000 index 0000000..f4c23c0 --- /dev/null +++ b/Boundary @@ -0,0 +1 @@ +Subproject commit f4c23c0136c5d3b23aa412526525095b1bc2584d diff --git a/CartGrid3D b/CartGrid3D new file mode 160000 index 0000000..8dc2fb7 --- /dev/null +++ b/CartGrid3D @@ -0,0 +1 @@ +Subproject commit 8dc2fb7c17ce45a2744fc6d8631e490b1efc1d51 diff --git a/CoordBase b/CoordBase new file mode 160000 index 0000000..e034ea5 --- /dev/null +++ b/CoordBase @@ -0,0 +1 @@ +Subproject commit e034ea5620c39861c722849d666ff7e97992b3f3 diff --git a/Fortran b/Fortran new file mode 160000 index 0000000..96291ac --- /dev/null +++ b/Fortran @@ -0,0 +1 @@ +Subproject commit 96291acb1edabcb82e0b8a49a49cd5fe45c08fda diff --git a/IOASCII b/IOASCII new file mode 160000 index 0000000..fbaffa1 --- /dev/null +++ b/IOASCII @@ -0,0 +1 @@ +Subproject commit fbaffa1536fac3b7bfa884a9dcb5d2167ccf4974 diff --git a/IOBasic b/IOBasic new file mode 160000 index 0000000..b03bde2 --- /dev/null +++ b/IOBasic @@ -0,0 +1 @@ +Subproject commit b03bde2066731b199b74c96a2b5ce1dfca553b21 diff --git a/IOUtil b/IOUtil new file mode 160000 index 0000000..e81715d --- /dev/null +++ b/IOUtil @@ -0,0 +1 @@ +Subproject commit e81715d81ad1b90031c7908da5025309c599281b diff --git a/InitBase b/InitBase new file mode 160000 index 0000000..04686a6 --- /dev/null +++ b/InitBase @@ -0,0 +1 @@ +Subproject commit 04686a6666e2f7099ed446feb2cf43d9c75c571e diff --git a/LocalInterp b/LocalInterp new file mode 160000 index 0000000..5abfd47 --- /dev/null +++ b/LocalInterp @@ -0,0 +1 @@ +Subproject commit 5abfd4748e88f3993001889e4cd2ee68e96667c5 diff --git a/LocalReduce b/LocalReduce new file mode 160000 index 0000000..29d9448 --- /dev/null +++ b/LocalReduce @@ -0,0 +1 @@ +Subproject commit 29d9448bedafd24124652852c8b8e73f0c2654f6 diff --git a/SymBase b/SymBase new file mode 160000 index 0000000..0ac778b --- /dev/null +++ b/SymBase @@ -0,0 +1 @@ +Subproject commit 0ac778b2f30cf3ecaeb61ab1a0ac57f1c2ad5327 diff --git a/Time b/Time new file mode 160000 index 0000000..1aa61be --- /dev/null +++ b/Time @@ -0,0 +1 @@ +Subproject commit 1aa61be615b6bc1ac2069e79760ef9fcaf56b0a4 -- cgit v1.2.3