Browse Source

missing newline at end of file

rlar 14 years ago
parent
commit
2bcadae16c
  1. 2
      INSTALL
  2. 2
      contrib/mslib/COPYING
  3. 3
      contrib/mslib/libprm_readme
  4. 4
      contrib/mslib/mslib_readme
  5. 2
      contrib/scripts/COPYING
  6. 3
      contrib/scripts/libprm_readme
  7. 2
      examples/Monte_Carlo/OpWien.sp
  8. 2
      examples/control_structs/s-param.cir
  9. 2
      examples/measure/simple-meas-tran.sp
  10. 1
      src/spice.def

2
INSTALL

@ -654,4 +654,4 @@ Most of the options now following are not well maintained, are not tested or eve
may look like may look like
./configure --enable-adms --enable-xspice --enable-cider --enable-openmp ./configure --enable-adms --enable-xspice --enable-cider --enable-openmp
--disable-debug CFLAGS=-m32 LDFLAGS=-m32 prefix=C:/Spice --disable-debug CFLAGS=-m32 LDFLAGS=-m32 prefix=C:/Spice
tested with TDM mingw.
tested with TDM mingw.

2
contrib/mslib/COPYING

@ -2,4 +2,4 @@ Mslib is free for everyone who think that it might by useful for
him. If someone makes it better please e-mail me. him. If someone makes it better please e-mail me.
Michael Widlok Michael Widlok
widlok@uci.agh.edu.pl
widlok@uci.agh.edu.pl

3
contrib/mslib/libprm_readme

@ -10,5 +10,4 @@ that it will better to enclose all used programs in this packet. Spiceprm
has it's own directory with very good readme and examples. If You want to has it's own directory with very good readme and examples. If You want to
find out more about libprm or mslib look for the source code. These are rather find out more about libprm or mslib look for the source code. These are rather
short and easy programs - they are all that I could write in quite short short and easy programs - they are all that I could write in quite short
time.
time.

4
contrib/mslib/mslib_readme

@ -29,7 +29,3 @@ parameters I have written a small shell script "libprm". This program
automatic runs spiceprm and mslib on Your's deck to give a working spice automatic runs spiceprm and mslib on Your's deck to give a working spice
input file. To see how this all works please read "libprm_readme" and input file. To see how this all works please read "libprm_readme" and
spiceprm readme. spiceprm readme.

2
contrib/scripts/COPYING

@ -2,4 +2,4 @@ These scripts are free for everyone who think that they might by useful for
him. If someone makes them better please e-mail me. him. If someone makes them better please e-mail me.
Michael Widlok Michael Widlok
widlok@uci.agh.edu.pl
widlok@uci.agh.edu.pl

3
contrib/scripts/libprm_readme

@ -10,5 +10,4 @@ that it will better to enclose all used programs in this packet. Spiceprm
has it's own directory with very good readme and examples. If You want to has it's own directory with very good readme and examples. If You want to
find out more about libprm or mslib look for the source code. These are rather find out more about libprm or mslib look for the source code. These are rather
short and easy programs - they are all that I could write in quite short short and easy programs - they are all that I could write in quite short
time.
time.

2
examples/Monte_Carlo/OpWien.sp

@ -84,4 +84,4 @@ plot v4mag xlimit 500 1500
rusage rusage
.endc .endc
.END
.END

2
examples/control_structs/s-param.cir

@ -117,4 +117,4 @@ plot smithgrid S11 S12
wrs2p s3046.s2p $ write touchstone vers. 1 file s3046.s2p wrs2p s3046.s2p $ write touchstone vers. 1 file s3046.s2p
.endc .endc
.end
.end

2
examples/measure/simple-meas-tran.sp

@ -54,4 +54,4 @@ meas tran ymax MAX v(2) from=2m to=3m
meas tran tmax WHEN v(2)=YMAX from=1m to=2m $ from..to.. not recognized! meas tran tmax WHEN v(2)=YMAX from=1m to=2m $ from..to.. not recognized!
.endc .endc
.end
.end

1
src/spice.def

@ -2,4 +2,3 @@ LIBRARY spice
DESCRIPTION "tclspice" DESCRIPTION "tclspice"
EXPORTS EXPORTS
_Spice_Init _Spice_Init
Loading…
Cancel
Save