toon-members
[Top][All Lists]
Advanced

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

[Toon-members] tag/src five_point.cpp


From: Gerhard Reitmayr
Subject: [Toon-members] tag/src five_point.cpp
Date: Thu, 23 Apr 2009 15:50:55 +0000

CVSROOT:        /cvsroot/toon
Module name:    tag
Changes by:     Gerhard Reitmayr <gerhard>      09/04/23 15:50:55

Modified files:
        src            : five_point.cpp 

Log message:
        fixed crash on OSX

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/tag/src/five_point.cpp?cvsroot=toon&r1=1.10&r2=1.11

Patches:
Index: five_point.cpp
===================================================================
RCS file: /cvsroot/toon/tag/src/five_point.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- five_point.cpp      23 Apr 2009 15:13:15 -0000      1.10
+++ five_point.cpp      23 Apr 2009 15:50:55 -0000      1.11
@@ -23,7 +23,7 @@
        // for details see here:
        // http://tog.acm.org/GraphicsGems/
 
-       poly    sseq[10];
+       poly    sseq[MAX_ORDER];
        Vector<11,double,Reference> v(sseq[0].coef);
        v = p;
 




reply via email to

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