summaryrefslogtreecommitdiff
path: root/math/kaskade/files/patch-bc
blob: e82654310c83a7791a1d117e5b7c17db996742ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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;