You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
287 B

/*************
* Header file for graphdb.c
* 1999 E. Rouat
************/
#ifndef ngspice_GRAPHDB_H
#define ngspice_GRAPHDB_H
int DestroyGraph(int id);
void FreeGraphs(void);
void SetGraphContext(int graphid);
void PushGraphContext(GRAPH *graph);
void PopGraphContext(void);
#endif