1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/cad/pisces/files/patch-ad
Ade Lovett 51e78bed9c Add PISCES, a two-dimensional device simulator which includes
models for surface mobility, impact ionization and photo-generation.
Quasi-three-dimensional simulation of cylindrically-symmetric devices is
also supported.

PR:		14686
Submitted by:	Gianlorenzo Masini <masini@uniroma3.it>
2000-05-03 14:59:53 +00:00

23 lines
586 B
Plaintext

*** library/plotcap/9016/gplot/Imakefile.orig Wed Apr 26 12:50:39 2000
--- library/plotcap/9016/gplot/Imakefile Wed Apr 26 12:51:49 2000
***************
*** 108,114 ****
DependNeeds(gp_vers.h gp_pclocs.h)
- #ifdef STANFORD
ConditionalReplace(gp_vers.tmp,gp_vers.h)
ConditionalReplace(gp_pclocs.tmp,gp_pclocs.h)
--- 108,113 ----
***************
*** 121,127 ****
EchoInto('/* NOTE: this file created by the Makefile */',gp_pclocs.tmp)
EchoAppend('#define PCAP_FILE "$(PLOTCAP)"', gp_pclocs.tmp)
- #endif /*stanford*/
# INSTALL everything.
--- 120,125 ----