[Plib-cvs] plib/src/sg sg.h,1.49,1.50
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2003-09-15 21:53:57
|
Update of /cvsroot/plib/plib/src/sg In directory sc8-pr-cvs1:/tmp/cvs-serv12536/plib/src/sg Modified Files: sg.h Log Message: Cut/paste error! SGD_FOUR should (of course) be 4.0, not 3.0! Index: sg.h =================================================================== RCS file: /cvsroot/plib/plib/src/sg/sg.h,v retrieving revision 1.49 retrieving revision 1.50 diff -u -d -r1.49 -r1.50 --- sg.h 15 Sep 2003 04:50:15 -0000 1.49 +++ sg.h 15 Sep 2003 21:53:53 -0000 1.50 @@ -1380,7 +1380,7 @@ #define SGD_ONE 1.0 #define SGD_TWO 2.0 #define SGD_THREE 3.0 -#define SGD_FOUR 3.0 +#define SGD_FOUR 4.0 #define SGD_45 45.0 #define SGD_60 60.0 #define SGD_90 90.0 |