Skip to content

Commit

Permalink
Fixed submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
eg0000r-pub committed Jan 27, 2024
1 parent e0d426a commit d3539c2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
!*.h
!test/
!test/**
!deps/
!.github
!.github/**
!deps
!deps/**
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "deps/libtimestep"]
path = deps/libtimestep
url = https://github.com/egor-demidov/libtimestep.git
[submodule "deps/eigen"]
path = deps/eigen
url = https://gitlab.com/libeigen/eigen.git
[submodule "deps/libtimestep"]
path = deps/libtimestep
url = https://github.com/egor-demidov/libtimestep.git
1 change: 1 addition & 0 deletions deps/eigen
Submodule eigen added at f39128
1 change: 1 addition & 0 deletions deps/libtimestep
Submodule libtimestep added at ebf248

0 comments on commit d3539c2

Please sign in to comment.