diff options
author | Jens Maurer <jens.maurer@gmx.net> | 2001-06-23 08:02:37 +0000 |
---|---|---|
committer | Jens Maurer <jens.maurer@gmx.net> | 2001-06-23 08:02:37 +0000 |
commit | f12f3b3fe3095b51bf2e1b75ba278e23dd997f1e (patch) | |
tree | 47293374f19b10f822814cd382283aff4bd309c7 /.gitmodules | |
parent | 10a34ec643b2c3cef1209b0af1a1387098a73f22 (diff) | |
download | boost-f12f3b3fe3095b51bf2e1b75ba278e23dd997f1e.tar.gz |
Special functions, octonions, quaternions by Hubert Holin
[SVN r10404]
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index a1ce09e66b..5319d433a9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -106,6 +106,10 @@ path = libs/tokenizer url = ../tokenizer.git fetchRecurseSubmodules = on-demand +[submodule "math"] + path = libs/math + url = ../math.git + fetchRecurseSubmodules = on-demand [submodule "compatibility"] path = libs/compatibility url = ../compatibility.git |