Skip to content

Commit e3a9981

Browse files
authored
Merge pull request #177 from diffCheckOrg/fix/eigen_submodule_issue
Fix eigen submodule issue
2 parents 5a2ef4d + 24cc56d commit e3a9981

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
url = https://github.com/diffCheckOrg/submodule-cilantro.git
2020
[submodule "deps/eigen"]
2121
path = deps/eigen
22-
url = https://gitlab.com/libeigen/eigen.git
22+
url = https://github.com/diffCheckOrg/submodule-eigen.git

deps/eigen

Submodule eigen updated from 954e211 to 2036a28

src/diffCheckApp.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212

1313
int main()
1414
{
15-
std::cout << "Hello, World!" << std::endl;
15+
std::cout << "Hello, World!" << std::endl;
1616
return 0;
1717
}

0 commit comments

Comments
 (0)