freebsd-ports/math/kaskade/files/patch-bc
Thomas Gellekum 91ab2c359a Import kaskade port. kaskade is another Finite Element program
with an X interface.

PR:		4529
Submitted by:	Pedro Giffuni <giffunip@asme.org>
1997-11-17 10:50:54 +00:00

20 lines
510 B
Plaintext

*** 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;