From 820e279f0855a346f3658d88b1dc87e404d8bbcb Mon Sep 17 00:00:00 2001 From: Steven Guido Date: Mon, 16 Feb 2026 09:27:06 +0900 Subject: [PATCH] switch to noop in postSolve funcion --- OndselSolver/GESpMatFullPv.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/OndselSolver/GESpMatFullPv.cpp b/OndselSolver/GESpMatFullPv.cpp index 260affb..6977208 100644 --- a/OndselSolver/GESpMatFullPv.cpp +++ b/OndselSolver/GESpMatFullPv.cpp @@ -140,7 +140,6 @@ void GESpMatFullPv::backSubstituteIntoDU() void GESpMatFullPv::postSolve() { - throw SimulationStoppingError("To be implemented."); } void GESpMatFullPv::preSolvewithsaveOriginal(SpMatDsptr spMat, FColDsptr fullCol, bool saveOriginal)