From 143009bb5fdf7cf6132ef30ce274b652bc985a9a Mon Sep 17 00:00:00 2001 From: Muhammad Yasirroni <48709672+yasirroni@users.noreply.github.com> Date: Fri, 15 Aug 2025 19:17:32 +1000 Subject: [PATCH] add 'cpf_example' for uninstall --- install_matpower.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_matpower.m b/install_matpower.m index fd422201c..116badda1 100644 --- a/install_matpower.m +++ b/install_matpower.m @@ -134,7 +134,7 @@ {{'extras', 'state_estimator'}}, ... {{'extras', 'syngrid', 'lib'}, {'extras', 'syngrid', 'lib', 't'}} }, ... 'fcns', { ... %% functions to search for to find old paths to remove - {'mpver', 'test_matpower', 'case9'}, ... + {'mpver', 'test_matpower', 'case9', 'cpf_example'}, ... {'mostver', 'test_most', 'most_ex6_uc'}, ... {'mpomver', 'test_mp_opt_model', 'qp_ex1'}, ... {'mipsver', 'test_mips', 'mips_example1'}, ...