fix include file directories (will be in src/include/ngspice/)
This commit is contained in:
parent
71e403652f
commit
23da61873d
|
|
@ -162,7 +162,7 @@
|
||||||
/* ------------------------------------------------------------------------- */
|
/* ------------------------------------------------------------------------- */
|
||||||
|
|
||||||
/* define UF_long */
|
/* define UF_long */
|
||||||
#include "UFconfig.h"
|
#include "ngspice/UFconfig.h"
|
||||||
|
|
||||||
#if defined (DLONG) || defined (ZLONG)
|
#if defined (DLONG) || defined (ZLONG)
|
||||||
|
|
||||||
|
|
@ -219,7 +219,7 @@
|
||||||
/* AMD routine definitions (user-callable) */
|
/* AMD routine definitions (user-callable) */
|
||||||
/* ------------------------------------------------------------------------- */
|
/* ------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "amd.h"
|
#include "ngspice/amd.h"
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------- */
|
/* ------------------------------------------------------------------------- */
|
||||||
/* AMD routine definitions (not user-callable) */
|
/* AMD routine definitions (not user-callable) */
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@
|
||||||
* with support from Sandia National Laboratories. All Rights Reserved.
|
* with support from Sandia National Laboratories. All Rights Reserved.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "btf.h"
|
#include "ngspice/btf.h"
|
||||||
#include "btf_internal.h"
|
#include "btf_internal.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
* with support from Sandia National Laboratories. All Rights Reserved.
|
* with support from Sandia National Laboratories. All Rights Reserved.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "btf.h"
|
#include "ngspice/btf.h"
|
||||||
#include "btf_internal.h"
|
#include "btf_internal.h"
|
||||||
|
|
||||||
/* This function only operates on square matrices (either structurally full-
|
/* This function only operates on square matrices (either structurally full-
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
* with support from Sandia National Laboratories. All Rights Reserved.
|
* with support from Sandia National Laboratories. All Rights Reserved.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "btf.h"
|
#include "ngspice/btf.h"
|
||||||
#include "btf_internal.h"
|
#include "btf_internal.h"
|
||||||
|
|
||||||
#define UNVISITED (-2) /* Flag [j] = UNVISITED if node j not visited yet */
|
#define UNVISITED (-2) /* Flag [j] = UNVISITED if node j not visited yet */
|
||||||
|
|
|
||||||
|
|
@ -663,7 +663,7 @@
|
||||||
/* === Include files ======================================================== */
|
/* === Include files ======================================================== */
|
||||||
/* ========================================================================== */
|
/* ========================================================================== */
|
||||||
|
|
||||||
#include "colamd.h"
|
#include "ngspice/colamd.h"
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
|
|
@ -685,7 +685,7 @@
|
||||||
/* ========================================================================== */
|
/* ========================================================================== */
|
||||||
|
|
||||||
/* define UF_long */
|
/* define UF_long */
|
||||||
#include "UFconfig.h"
|
#include "ngspice/UFconfig.h"
|
||||||
|
|
||||||
#ifdef DLONG
|
#ifdef DLONG
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,8 +7,8 @@
|
||||||
#ifndef _KLU_INTERNAL_H
|
#ifndef _KLU_INTERNAL_H
|
||||||
#define _KLU_INTERNAL_H
|
#define _KLU_INTERNAL_H
|
||||||
|
|
||||||
#include "klu.h"
|
#include "ngspice/klu.h"
|
||||||
#include "btf.h"
|
#include "ngspice/btf.h"
|
||||||
#include "klu_version.h"
|
#include "klu_version.h"
|
||||||
|
|
||||||
/* ========================================================================== */
|
/* ========================================================================== */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue