aboutsummaryrefslogtreecommitdiffstats
path: root/math/kaskade/files/patch-bc
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-11-17 10:50:54 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-11-17 10:50:54 +0000
commit91ab2c359a3e219c9b764e2d8e6efd65b0290d9a (patch)
tree3d7c2d922a3b567aa8049468e62e01a2a161bbd4 /math/kaskade/files/patch-bc
parentaf22f76eca1da3be42705b81617a629ea4625a70 (diff)
Import kaskade port. kaskade is another Finite Element program
with an X interface. PR: 4529 Submitted by: Pedro Giffuni <giffunip@asme.org>
Diffstat (limited to 'math/kaskade/files/patch-bc')
-rw-r--r--math/kaskade/files/patch-bc19
1 files changed, 19 insertions, 0 deletions
diff --git a/math/kaskade/files/patch-bc b/math/kaskade/files/patch-bc
new file mode 100644
index 000000000000..e82654310c83
--- /dev/null
+++ b/math/kaskade/files/patch-bc
@@ -0,0 +1,19 @@
+*** sysmatsp.cc.orig Wed Jul 9 14:07:24 1997
+--- sysmatsp.cc Wed Jul 9 14:11:23 1997
+***************
+*** 171,177 ****
+ void SparseMatrix:: printMatLabFormat() const
+ {
+ char s[10];
+! printf ("\n--- print A ? <No> "); gets(s);
+ strToLower(s);
+ if (!strchr(s,'y')) return;
+
+--- 171,177 ----
+ void SparseMatrix:: printMatLabFormat() const
+ {
+ char s[10];
+! printf ("\n--- print A ? <No> "); fgets(s,256,stdin);
+ strToLower(s);
+ if (!strchr(s,'y')) return;
+