toon-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Toon-members] tag/src sturm.c


From: Edward Rosten
Subject: [Toon-members] tag/src sturm.c
Date: Thu, 23 Apr 2009 15:07:38 +0000

CVSROOT:        /cvsroot/toon
Module name:    tag
Changes by:     Edward Rosten <edrosten>        09/04/23 15:07:38

Modified files:
        src            : sturm.c 

Log message:
        Added missing void

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/tag/src/sturm.c?cvsroot=toon&r1=1.1&r2=1.2

Patches:
Index: sturm.c
===================================================================
RCS file: /cvsroot/toon/tag/src/sturm.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- sturm.c     22 Apr 2009 23:23:12 -0000      1.1
+++ sturm.c     23 Apr 2009 15:07:38 -0000      1.2
@@ -197,7 +197,7 @@
  * described in sseq to isolate intervals in which roots occur,
  * the roots are returned in the roots array in order of magnitude.
  */
-sbisect(np, sseq, min, max, atmin, atmax, roots)
+void sbisect(np, sseq, min, max, atmin, atmax, roots)
        int             np;
        poly    *sseq;
        double  min, max;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]