From 83e223fafcb95f45cc9fc1cc289a0b743abe0e73 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Mon, 25 May 2020 08:07:38 +0200 Subject: [PATCH] header for optran --- src/spicelib/analysis/com_optran.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/spicelib/analysis/com_optran.h diff --git a/src/spicelib/analysis/com_optran.h b/src/spicelib/analysis/com_optran.h new file mode 100644 index 000000000..6cbe8ed99 --- /dev/null +++ b/src/spicelib/analysis/com_optran.h @@ -0,0 +1,6 @@ +#ifndef ngspice_COM_OPTRAN_H +#define ngspice_COM_OPTRAN_H + +void com_optran(wordlist *wl); + +#endif