From 770aed85a989214804a65778bf90af0096509a88 Mon Sep 17 00:00:00 2001 From: Sofiane HADDAD Date: Wed, 13 Nov 2024 16:57:12 +0100 Subject: [PATCH] Bugfix in python/CMakeLists : LSEqS is only part of Experimental --- python/src/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/python/src/CMakeLists.txt b/python/src/CMakeLists.txt index 670285177e4..196568c0c7d 100644 --- a/python/src/CMakeLists.txt +++ b/python/src/CMakeLists.txt @@ -443,7 +443,6 @@ ot_add_python_module(solver solver_module.i RungeKutta.i RungeKutta_doc.i.in Fehlberg.i Fehlberg_doc.i.in BaseSolverTemplateDefs.i - LeastSquaresEquationsSolver.i LeastSquaresEquationsSolver_doc.i.in ) ot_add_python_module(algo algo_module.i