chore: fork OndselSolver to internal Gitea instance
Some checks failed
Build and Test / build (push) Has been cancelled

Point the OndselSolver submodule at kindred/ondsel on gitea.kindred.internal
so CI can fetch our fix for the Newton-Raphson convergence bug.
This commit is contained in:
forbes
2026-02-02 06:06:43 -06:00
parent ab7153b97f
commit 0ef9ffcf51

2
.gitmodules vendored
View File

@@ -1,6 +1,6 @@
[submodule "src/3rdParty/OndselSolver"]
path = src/3rdParty/OndselSolver
url = https://github.com/FreeCAD/OndselSolver.git
url = https://gitea.kindred.internal/kindred/ondsel.git
[submodule "tests/lib"]
path = tests/lib
url = https://github.com/google/googletest