summaryrefslogtreecommitdiff
path: root/cad/simian/patches/patch-ac
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2001-04-28 02:36:35 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2001-04-28 02:36:35 +0000
commit0ccb07d3db0fdee1d5af97f8ef0d5a853a817a45 (patch)
treef5b87d1c26cd78cdabd5d657c32979a65a97d8db /cad/simian/patches/patch-ac
parent8171a8184f0d270aa1d6448d40321e4458909c89 (diff)
downloadpkgsrc-0ccb07d3db0fdee1d5af97f8ef0d5a853a817a45.tar.gz
initial import of simian-2.1
Surface Impedance Method for Interconnect Analysis. SIMIAN is a two dimensional frequency dependent series impedance extraction tool for inerconnects and transmission lines using conductors of rectangular or circular cross section. The use of the surface ribbon method (SRM) greatly enhances the speed of computation relative to the volume filament method (VFM).
Diffstat (limited to 'cad/simian/patches/patch-ac')
-rw-r--r--cad/simian/patches/patch-ac16
1 files changed, 16 insertions, 0 deletions
diff --git a/cad/simian/patches/patch-ac b/cad/simian/patches/patch-ac
new file mode 100644
index 00000000000..749fd6161f0
--- /dev/null
+++ b/cad/simian/patches/patch-ac
@@ -0,0 +1,16 @@
+$NetBSD: patch-ac,v 1.1.1.1 2001/04/28 02:36:35 dmcmahill Exp $
+
+--- plane.cc.orig Mon Dec 7 03:28:51 1998
++++ plane.cc Fri Apr 27 16:48:43 2001
+@@ -335,9 +335,9 @@
+ for (j=1;j<=l[i];j++) {
+ if (l[i]!=2)
+- if (LX[i][j]!=LX[i][j+1]) fprintf(fo,"below %ld %le\n",i,LX[i][j]);
++ if (LX[i][j]!=LX[i][j+1]) fprintf(fo,"below %d %e\n",i,LX[i][j]);
+ }
+ for (j=1;j<=u[i];j++) {
+ if (u[i]!=2)
+- if (UX[i][j]!=UX[i][j+1]) fprintf(fo,"above %ld %le\n",i,UX[i][j]);
++ if (UX[i][j]!=UX[i][j+1]) fprintf(fo,"above %d %e\n",i,UX[i][j]);
+ }
+ }