Browse Source

Don't set interactive mode

pre-master-46
Holger Vogt 4 years ago
parent
commit
d8119aaca4
  1. 4
      visualc/spinitd
  2. 4
      visualc/spinitr
  3. 4
      visualc/spinitr64

4
visualc/spinitd

@ -11,8 +11,8 @@ set filetype=ascii
*set askquit
** set the number of threads in openmp
** default (if compiled with --enable-openmp) is: 2
set num_threads=4
set interactive
set num_threads=8
*set interactive
strcmp __flag $program "ngspice"
if $__flag = 0

4
visualc/spinitr

@ -11,8 +11,8 @@ set filetype=ascii
*set askquit
** set the number of threads in openmp
** default (if compiled with --enable-openmp) is: 2
set num_threads=4
set interactive
set num_threads=8
*set interactive
strcmp __flag $program "ngspice"
if $__flag = 0

4
visualc/spinitr64

@ -11,8 +11,8 @@ set filetype=ascii
*set askquit
** set the number of threads in openmp
** default (if compiled with --enable-openmp) is: 2
set num_threads=4
set interactive
set num_threads=8
*set interactive
strcmp __flag $program "ngspice"
if $__flag = 0

Loading…
Cancel
Save