From 60b4c3cda7ebbeae8154fefd4389b2b42bc7bf3f Mon Sep 17 00:00:00 2001 From: Francesco Lannutti Date: Mon, 21 Apr 2014 14:11:28 +0200 Subject: [PATCH] move include files to src/include/ngspice/ --- src/{maths/KLU => include/ngspice}/UFconfig.h | 0 src/{maths/KLU => include/ngspice}/amd.h | 0 src/{maths/KLU => include/ngspice}/btf.h | 0 src/{maths/KLU => include/ngspice}/colamd.h | 0 src/{maths/KLU => include/ngspice}/klu.h | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename src/{maths/KLU => include/ngspice}/UFconfig.h (100%) rename src/{maths/KLU => include/ngspice}/amd.h (100%) rename src/{maths/KLU => include/ngspice}/btf.h (100%) rename src/{maths/KLU => include/ngspice}/colamd.h (100%) rename src/{maths/KLU => include/ngspice}/klu.h (100%) diff --git a/src/maths/KLU/UFconfig.h b/src/include/ngspice/UFconfig.h similarity index 100% rename from src/maths/KLU/UFconfig.h rename to src/include/ngspice/UFconfig.h diff --git a/src/maths/KLU/amd.h b/src/include/ngspice/amd.h similarity index 100% rename from src/maths/KLU/amd.h rename to src/include/ngspice/amd.h diff --git a/src/maths/KLU/btf.h b/src/include/ngspice/btf.h similarity index 100% rename from src/maths/KLU/btf.h rename to src/include/ngspice/btf.h diff --git a/src/maths/KLU/colamd.h b/src/include/ngspice/colamd.h similarity index 100% rename from src/maths/KLU/colamd.h rename to src/include/ngspice/colamd.h diff --git a/src/maths/KLU/klu.h b/src/include/ngspice/klu.h similarity index 100% rename from src/maths/KLU/klu.h rename to src/include/ngspice/klu.h