Browse Source

add a function prototype for com_wric()

pre-master-46
Holger Vogt 4 years ago
parent
commit
b5b462506f
  1. 2
      src/frontend/com_wr_ic.c

2
src/frontend/com_wr_ic.c

@ -14,6 +14,8 @@
#include "ngspice/ftedebug.h"
#include "ngspice/cktdefs.h"
void com_wric(wordlist* wl);
/* Print the current node status to a file with format
.ic V(node) = value
*/

Loading…
Cancel
Save