From 4671b588b67750e1c9fcf6cbc2083e2eefdbf86d Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Fri, 22 Dec 2023 17:14:43 +0100 Subject: [PATCH] Update comment --- src/include/ngspice/sharedspice.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/include/ngspice/sharedspice.h b/src/include/ngspice/sharedspice.h index dc44da26c..3f37f6be2 100644 --- a/src/include/ngspice/sharedspice.h +++ b/src/include/ngspice/sharedspice.h @@ -47,7 +47,10 @@ not modify them). ***************** If XSPICE is enabled ************************************* ** ngCM_Input_Path(const char*) -sets the input path for files loaded by code models. +Set the input path for files loaded by code models +like d_state, file_source, d_source. +Useful when netlist is sent by ngSpice_Circ and therefore +Infile_Path cannot be retrieved automatically. If NULL is sent, return the current Infile_Path. **