From 7ba1acb6d0c4b9d84b089f4f79a14e1b1f2ab701 Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Tue, 20 Jun 2023 23:32:04 +0200 Subject: [PATCH] modify xschemrc file to avoid side effects if sourced (intentionally or by mistake) multiple times. --- src/xschemrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/xschemrc b/src/xschemrc index 3657e758..b5bac7e6 100644 --- a/src/xschemrc +++ b/src/xschemrc @@ -361,8 +361,10 @@ #### TCL FILES TO LOAD AT STARTUP ########################################################################### #### list of tcl files to preload. +# set tcl_files [list ${XSCHEM_SHAREDIR}/ngspice_backannotate.tcl] # lappend tcl_files ${XSCHEM_SHAREDIR}/change_index.tcl -# lappend tcl_files ${XSCHEM_SHAREDIR}/ngspice_backannotate.tcl +# lappend tcl_files .... + ########################################################################### #### WEB URL DOWNLOAD HELPER APPLICATION